Nonexistent variable: backplane-passwd -> backplane-passwd-source

This commit is contained in:
niten 2021-10-12 14:40:12 -07:00
parent b0c5b2bf6c
commit ac2e38040c

View File

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