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