commit c168ee2fc76dc7de11b5c76efa10c00f1187487f
parent fa67c7e4191b9f20d3a123a4901b458e0306a9f2
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 22:50:31 +0200
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -186,7 +186,7 @@
wg-quick.interfaces = {
wg0 = {
- ips = [ "10.100.0.1/24" ];
+ address = [ "10.100.0.1/24" ];
listenPort = 51820;
privateKeyFile = config.sops.secrets."wireguard/private_key".path;
table = "off";