fix
This commit is contained in:
parent
75ba7e2d88
commit
12947505c8
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@
|
|||
lib.mkIf cfg.enable {
|
||||
assertions = [
|
||||
{
|
||||
assertion = cfg.passwordFile != null and cfg.password != null;
|
||||
assertion = cfg.passwordFile != null && cfg.password != null;
|
||||
message = "Must specifiy either passwordFile or password";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue