Compare commits

..

2 Commits

3 changed files with 2 additions and 4 deletions

View File

@ -18,8 +18,6 @@
wanGw4 = "192.168.1.254"; wanGw4 = "192.168.1.254";
}; };
networking.hostName = "grouty";
# override hw-vm.nix default # override hw-vm.nix default
networking.useDHCP = false; networking.useDHCP = false;
} }

View File

@ -14,6 +14,4 @@
lanLL = "fe80::be24:11ff:fe83:d8de"; lanLL = "fe80::be24:11ff:fe83:d8de";
defaultToken = 1; defaultToken = 1;
}; };
networking.hostName = "grouter";
} }

View File

@ -30,6 +30,8 @@ in
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
boot.growPartition = true; boot.growPartition = true;
networking.hostName = "grouter";
# Enable the X11 windowing system. # Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session. # You can disable this if you're only using the Wayland session.
services.xserver.enable = false; services.xserver.enable = false;