Fine, modularize it then

This commit is contained in:
2026-05-03 02:00:10 -05:00
parent 7dce64e0b0
commit dfe4b67433
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -10,9 +10,7 @@
system = "x86_64-linux";
modules = [
./configuration.nix
{
networking.hostName = "laptop-nixos-1";
};
./hostname/laptop-nixos-1.nix
];
};
};
+3
View File
@@ -0,0 +1,3 @@
{
networking.hostName = "laptop-nixos-1";
}