setup ipv6 on crocus

This commit is contained in:
2025-02-05 20:10:33 +01:00
parent 0f2997146f
commit aedd4a6f1c

View File

@@ -12,7 +12,19 @@
];
networking.hostName = "crocus";
networking.useDHCP = true;
networking.useDHCP = false;
systemd.network.enable = true;
systemd.network.networks."10-wan" = {
matchConfig.Name = "enp1s0";
networkConfig.DHCP = "ipv4";
address = [
"2a01:4f8:1c1e:e415::1/64"
];
routes = [
{ Gateway = "fe80::1"; }
];
};
boot.loader.grub = {
efiSupport = true;