commit 6d51ab42e4ee83681d401ed2b176270c87689681
parent c7fa9c8a96cc58b09e9e5731b534e8499dd4fc93
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 19:20:00 +0200
Add missing options
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -144,7 +144,7 @@
floating1 = {
enable = true;
name = "floating1";
- addresses = [ "192.0.0.1/32" ];
+ address = [ "192.0.0.1/32" ];
matchConfig = {
Name = "floating1";
};