diff options
Diffstat (limited to 'node/caribou.nix')
-rw-r--r-- | node/caribou.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node/caribou.nix b/node/caribou.nix index 5b81c21..906b6fc 100644 --- a/node/caribou.nix +++ b/node/caribou.nix @@ -12,6 +12,12 @@ prefixLength = 24; } ]; + # networking.interfaces.eno1.ipv6.addresses = [ + # { + # address = "2a01:e0a:c:a720::23"; + # prefixLength = 64; + # } + # ]; # OR use USB modem plugged in here #networking.interfaces.enp0s20u1.useDHCP = true; |