commit fa67c7e4191b9f20d3a123a4901b458e0306a9f2
parent afa9e15395bf7160b98db083ecfc9975d08ec83c
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 22:49:52 +0200
Use wg-quick
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -177,13 +177,14 @@
nat = {
enable = true;
+ enableIPv6 = true;
externalInterface = "enp1s0";
internalInterfaces = [ "wg0" ];
};
nameservers = [ "8.8.8.8" "8.8.4.4" ];
- wireguard.interfaces = {
+ wg-quick.interfaces = {
wg0 = {
ips = [ "10.100.0.1/24" ];
listenPort = 51820;