From fcb7057b9d8764fbd0b2ffd39c0a0bcc57cee800 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 26 May 2022 10:54:01 +0200 Subject: [PATCH] Renumber public IPv6 address --- hosts/palladium/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/palladium/configuration.nix b/hosts/palladium/configuration.nix index c2b0bd4..32622c8 100644 --- a/hosts/palladium/configuration.nix +++ b/hosts/palladium/configuration.nix @@ -15,8 +15,11 @@ networking.hostName = "palladium"; networking.useDHCP = false; - networking.interfaces.enp3s0.ipv6.addresses = [ { address = "2a01:4f8:1c0c:8221::11"; prefixLength = 64; } ]; - networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "enp3s0"; }; + networking.interfaces.enp3s0.ipv6.addresses = [ + { address = "fd00:152:152:4::11"; prefixLength = 64; } + { address = "2001:4cd8:100:1337::11"; prefixLength = 64; } + ]; + networking.defaultGateway6 = { address = "fe80::1"; interface = "enp3s0"; }; networking.nameservers = [ "fd00:152:152::1" ]; # Keeping the harddrives quiet