This commit is contained in:
rasmus-kirk
2025-03-18 21:42:18 +01:00
parent 32b4c3797b
commit eae2381419
+1 -1
View File
@@ -109,7 +109,7 @@ in {
};
};
config = mkIf (nixarr.enable && cfg.enable) {
config = mkIf nixarr.enable {
assertions = [
{
assertion = cfg.njalla.enable -> cfg.njalla.keysFile != null;