about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-29 02:54:44 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-29 02:54:44 +0200
commitbfee3147aaf52163a14b934fc4fdbb9f3ef34652 (patch)
treef91f56251c12a84b04009085d3884d326d16acdc /machines/profpatsch/legosi.nix
parente11caed6109621aac629c85e536ab1f036092330 (diff)
machines/legosi: add v6 address
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-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";
+      };
     };