aboutsummaryrefslogtreecommitdiff
path: root/node/carcajou.nix
diff options
context:
space:
mode:
Diffstat (limited to 'node/carcajou.nix')
-rw-r--r--node/carcajou.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/carcajou.nix b/node/carcajou.nix
index 25b835c..15e4395 100644
--- a/node/carcajou.nix
+++ b/node/carcajou.nix
@@ -18,4 +18,9 @@
# prefixLength = 64;
# }
# ];
+
+ networking.wireguard.interfaces.wg0 = {
+ ips = [ "10.42.0.22/16" ];
+ listenPort = 33722;
+ };
}