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"; system = "x86_64-linux";
modules = [ modules = [
./configuration.nix ./configuration.nix
{ ./hostname/laptop-nixos-1.nix
networking.hostName = "laptop-nixos-1";
};
]; ];
}; };
}; };
+3
View File
@@ -0,0 +1,3 @@
{
networking.hostName = "laptop-nixos-1";
}