From ac2e38040cb65f9e677d3fde48e2d036be653c2e Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 12 Oct 2021 14:40:12 -0700 Subject: [PATCH] Nonexistent variable: backplane-passwd -> backplane-passwd-source --- lib/fudo/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/hosts.nix b/lib/fudo/hosts.nix index 26da7f1..7986484 100644 --- a/lib/fudo/hosts.nix +++ b/lib/fudo/hosts.nix @@ -144,7 +144,7 @@ in { }; }; - client.dns.password-file = mkIf (backplane-passwd != null) + client.dns.password-file = mkIf (backplane-passwd-source != null) backplane-passwd-target; };