diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-16 17:39:23 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-16 17:39:23 +0100 |
commit | 016e6d434c5a7eead436c0a53378e6f51d22ce61 (patch) | |
tree | d2d5773b395f93c940f81428399673657d38dcce /node/carcajou.nix | |
parent | 8637b4729ac3248eb15910a3145d8ef760f59e2f (diff) | |
download | nixcfg-016e6d434c5a7eead436c0a53378e6f51d22ce61.tar.gz nixcfg-016e6d434c5a7eead436c0a53378e6f51d22ce61.zip |
Add wireguard
Diffstat (limited to 'node/carcajou.nix')
-rw-r--r-- | node/carcajou.nix | 5 |
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; + }; } |