aboutsummaryrefslogtreecommitdiff
path: root/node/carcajou.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-05 21:44:54 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-05 21:44:54 +0100
commit8637b4729ac3248eb15910a3145d8ef760f59e2f (patch)
treed3ca6cc120bcdd4bf4adfde66c791ef0af75ed7e /node/carcajou.nix
parent681a76e76ab2cfc9149fbbea2467909e3bd0b802 (diff)
downloadnixcfg-8637b4729ac3248eb15910a3145d8ef760f59e2f.tar.gz
nixcfg-8637b4729ac3248eb15910a3145d8ef760f59e2f.zip
Network config
Diffstat (limited to 'node/carcajou.nix')
-rw-r--r--node/carcajou.nix6
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;
+ # }
+ # ];
}