2 Commits
Author SHA1 Message Date
CaZzzer 5e30a440e7 WIP: router: add configuration for test router 2025-06-06 15:40:10 -07:00
CaZzzer 67292bbbc1 WIP: router: mega modularization 2025-06-06 15:40:08 -07:00
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -18,6 +18,8 @@
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;
} }
+2
View File
@@ -14,4 +14,6 @@
lanLL = "fe80::be24:11ff:fe83:d8de"; lanLL = "fe80::be24:11ff:fe83:d8de";
defaultToken = 1; defaultToken = 1;
}; };
networking.hostName = "grouter";
} }
-2
View File
@@ -30,8 +30,6 @@ 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;