about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-rw-r--r--machines/profpatsch/legosi.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index 75fa771a..72fc2b46 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -66,16 +66,16 @@ in {
       };
 
       interfaces.ens3 = {
-        ipv6.addresses = [{
-          address = "2a01:4f8:c0c:70aa::1";
-          prefixLength = 64;
-        }];
+        # ipv6.addresses = [{
+        #   address = "2a01:4f8:c0c:70aa::1";
+        #   prefixLength = 64;
+        # }];
       };
 
-      defaultGateway6 = {
-        address = "fe80::1";
-        interface = "ens3";
-      };
+      # defaultGateway6 = {
+      #   address = "fe80::1";
+      #   interface = "ens3";
+      # };
     };
 
     services.tailscale = {