Fixed syntax error.

This commit is contained in:
Raphaël Numbus
2026-02-25 13:00:11 +01:00
parent ae18febf6d
commit dd47755f74
+1 -1
View File
@@ -121,7 +121,7 @@ ${concatStringsSep "\n" (map (m: " - ${m}") middlewares)}
};
};
systemd.services."${name}-permissions" = mkIf dirPermissions != [] {
systemd.services."${name}-permissions" = mkIf (dirPermissions != []) {
description = "Podman container : ${name} : check and fix permissions";
before = [ "${name}.service" ];
wantedBy = [ "multi-user.target" "${name}.service" ];