ipv6 for sunflower

This commit is contained in:
Audrey 2025-05-13 23:43:26 -07:00
parent f878a5acf3
commit 40598dadd2
1 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,17 @@
networking.hostName = "sunflower";
networking.hostId = "77d68c52";
systemd.network.enable = true;
systemd.network.networks."30-wan" = {
matchConfig.Name = "enp1s0";
networkConfig.DHCP = "ipv4";
address = [
"2a01:4f9:c013:ce62::1/64"
];
routes = [
{ Gateway = "fe80::1"; }
];
};
system.stateVersion = "24.11";