From bfee3147aaf52163a14b934fc4fdbb9f3ef34652 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 29 Jun 2020 02:54:44 +0200 Subject: machines/legosi: add v6 address --- machines/profpatsch/legosi.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'machines') 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"; + }; }; -- cgit 1.4.1