about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/legosi.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index d0ddfc5e..3b806b58 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -46,6 +46,18 @@ in {
           80 443
         ];
       };
+
+      interfaces.ens3 = {
+        ipv6.addresses = [{
+          address = "2a01:4f8:c0c:70aa::1";
+          prefixLength = 64;
+        }];
+      };
+
+      defaultGateway6 = {
+        address = "fe80::1";
+        interface = "ens3";
+      };
     };