commit 2c0ba86ea8dbd519954a0a5ff063046876bdc269
parent d6298cd994866bfc6f57085d6726ed92ba55a28d
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 4 Oct 2023 12:57:44 +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
@@ -195,7 +195,7 @@
}
];
};
- wg0 = {
+ wg1 = {
address = [ "10.100.0.201/24" "fe99:13::201/64" ];
listenPort = 51821;
privateKeyFile = config.sops.secrets."wireguard/private_key".path;