12 lines
147 B
Nix
12 lines
147 B
Nix
{
|
|
self,
|
|
inputs,
|
|
...
|
|
}: {
|
|
flake.nixosModules.mobile02Configuration = {...}: {
|
|
networking = {
|
|
hostName = "mobile02";
|
|
};
|
|
};
|
|
}
|