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