From d4037d5739da33aa84bc64beecd1225c75cf52f1 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 28 Mar 2024 13:49:44 +0100 Subject: [PATCH] addresses might be important there --- nixos/hosts/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 24a412a..70a7f2e 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -102,7 +102,7 @@ networking.enableIPv6 = lib.mkForce true; networking.nameservers = ["79.143.183.251" "79.143.183.252" "2a02:c207::1:53" "2a02:c207::2:53"]; - networking.interfaces.ens18.ipv6 = [ + networking.interfaces.ens18.ipv6.addresses = [ { address = "2a02:c207:2063:2448::1"; prefixLength = 64;