diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 03ac350..00c42ac 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -48,6 +48,7 @@ interface = "enp1s0"; }; networking.interfaces."enp1s0.201".ipv6.addresses = [ + { address = "fe80::1"; prefixLength = 64; } { address = "fd00:152:152:4::1"; prefixLength = 64; } { address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network { address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services