From b033214d792df7985296840670e3c5d0aa86ff5d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 7 May 2024 10:32:15 +0200 Subject: [PATCH] Disable again, let's try some more tweaks --- nixos/hosts/queen/configuration.nix | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 89eae45..1ccf8b5 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -105,23 +105,23 @@ # 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.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 = [ - { - address = "2a02:c207:2063:2448::1"; - prefixLength = 64; - } - ]; - networking.defaultGateway6 = { - address = "fe80::1"; - interface = "ens18"; - }; + # networking.interfaces.ens18.ipv6.addresses = [ + # { + # address = "2a02:c207:2063:2448::1"; + # prefixLength = 64; + # } + # ]; + # networking.defaultGateway6 = { + # address = "fe80::1"; + # interface = "ens18"; + # }; # Open ports in the firewall. networking.firewall = {