Some networking fixes.

This commit is contained in:
Tom Alexander
2025-12-18 22:28:03 -05:00
parent a5e2eaee80
commit 9608d33557
33 changed files with 1806 additions and 1722 deletions

View File

@@ -48,6 +48,12 @@
# TODO: The 127.0.0.1 address should probably be moved to a host-specific file.
networking.extraHosts = ''
127.0.0.1 ${config.networking.hostName}.home.arpa
2620:11f:7001:7:ffff:ffff:0ad7:01dd controller0.kubernetes.local controller0
2620:11f:7001:7:ffff:ffff:0ad7:01de controller1.kubernetes.local controller1
2620:11f:7001:7:ffff:ffff:0ad7:01df controller2.kubernetes.local controller2
2620:11f:7001:7:ffff:ffff:0ad7:01e0 worker0.kubernetes.local worker0
2620:11f:7001:7:ffff:ffff:0ad7:01e1 worker1.kubernetes.local worker1
2620:11f:7001:7:ffff:ffff:0ad7:01e2 worker2.kubernetes.local worker2
'';
environment.systemPackages = with pkgs; [
@@ -56,6 +62,7 @@
arp-scan # To find devices on the network
wavemon
dhcpcd # For Android USB tethering.
net-tools # for netstat
];
boot.extraModprobeConfig = ''