aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/carcajou.nix6
-rw-r--r--node/cariacou.nix6
-rw-r--r--node/caribou.nix6
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;