aboutsummaryrefslogtreecommitdiff
path: root/node/caribou.nix
diff options
context:
space:
mode:
Diffstat (limited to 'node/caribou.nix')
-rw-r--r--node/caribou.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/caribou.nix b/node/caribou.nix
index 906b6fc..30b382e 100644
--- a/node/caribou.nix
+++ b/node/caribou.nix
@@ -19,6 +19,11 @@
# }
# ];
+ networking.wireguard.interfaces.wg0 = {
+ ips = [ "10.42.0.23/16" ];
+ listenPort = 33723;
+ };
+
# OR use USB modem plugged in here
#networking.interfaces.enp0s20u1.useDHCP = true;