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