diff options
Diffstat (limited to 'node/carcajou.nix')
-rw-r--r-- | node/carcajou.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node/carcajou.nix b/node/carcajou.nix index a9f64c2..25b835c 100644 --- a/node/carcajou.nix +++ b/node/carcajou.nix @@ -12,4 +12,10 @@ prefixLength = 24; } ]; + # networking.interfaces.eno1.ipv6.addresses = [ + # { + # address = "2a01:e0a:c:a720::22"; + # prefixLength = 64; + # } + # ]; } |