Fine, modularize it then
This commit is contained in:
@@ -10,9 +10,7 @@
|
|||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
{
|
./hostname/laptop-nixos-1.nix
|
||||||
networking.hostName = "laptop-nixos-1";
|
|
||||||
};
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
networking.hostName = "laptop-nixos-1";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user