Fix typo: password -> passwd

This commit is contained in:
niten 2021-10-12 14:38:23 -07:00
parent 478f502784
commit b0c5b2bf6c

View File

@ -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;