diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-05 21:44:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-05 21:44:54 +0100 |
commit | 8637b4729ac3248eb15910a3145d8ef760f59e2f (patch) | |
tree | d3ca6cc120bcdd4bf4adfde66c791ef0af75ed7e /node | |
parent | 681a76e76ab2cfc9149fbbea2467909e3bd0b802 (diff) | |
download | nixcfg-8637b4729ac3248eb15910a3145d8ef760f59e2f.tar.gz nixcfg-8637b4729ac3248eb15910a3145d8ef760f59e2f.zip |
Network config
Diffstat (limited to 'node')
-rw-r--r-- | node/carcajou.nix | 6 | ||||
-rw-r--r-- | node/cariacou.nix | 6 | ||||
-rw-r--r-- | node/caribou.nix | 6 |
3 files changed, 18 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; + # } + # ]; } 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; + # } + # ]; } 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; |