From 00179e7f623e21f3f2bd1424563eee30bbfa4529 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 7 May 2024 10:36:30 +0200 Subject: [PATCH] That broke ipv4 but not 6! Let's try and see if this works --- nixos/hosts/queen/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 977d1b0..8c6a6a4 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -103,14 +103,14 @@ # networking.nat.internalInterfaces = ["ve-+"]; # networking.nat.externalInterface = "ens18"; networking.enableIPv6 = lib.mkForce true; - networking.nameservers = ["79.143.183.251" "79.143.183.252" "2a02:c207::1:53" "2a02:c207::2:53"]; + networking.nameservers = ["2a02:c207::1:53" "2a02:c207::2:53"]; - networking.interfaces.ens18.ipv4.addresses = [ - { - address = "62.171.160.195"; - prefixLength = 32; - } - ]; + # networking.interfaces.ens18.ipv4.addresses = [ + # { + # address = "62.171.160.195"; + # prefixLength = 32; + # } + # ]; networking.interfaces.ens18.ipv6.addresses = [ {