From 12947505c83c23b1595ee51f74da33c392bd3399 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 4 Apr 2023 11:27:15 -0500 Subject: [PATCH] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c9f15a8..3498a90 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; } ];