From b0c5b2bf6ca06b1e59d985f8ab593254d118293a Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 12 Oct 2021 14:38:23 -0700 Subject: [PATCH] Fix typo: password -> passwd --- 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 05a270e..26da7f1 100644 --- a/lib/fudo/hosts.nix +++ b/lib/fudo/hosts.nix @@ -145,7 +145,7 @@ in { }; client.dns.password-file = mkIf (backplane-passwd != null) - backplane-password-target; + backplane-passwd-target; }; programs.adb.enable = host-cfg.android-dev;