commit c224f4d759f17bc7b7c69ecda620262f89e657d9 parent d264eea544afa318622aef14778e2a4d8ccc48cd Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 25 Aug 2023 14:54:11 +0200 Fix tags Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -510,7 +510,7 @@ }; tags = { nofailover = false; - noloadbalancer = false; + noloadbalance = false; clonefrom = false; nosync = false; };