fix module option freeform

This commit is contained in:
Jonas Heinrich 2025-08-18 15:49:13 +02:00
parent 80bb80632d
commit 9a76430181

View file

@ -82,7 +82,7 @@ in
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
environment = { environment = {
PYTHONUNBUFFERED = "1"; PYTHONUNBUFFERED = "1";
} // cfg.settings; } // lib.mapAttrs (_: v: toString v) cfg.settings;
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = lib.getExe pkgs.mail-quota-warning; ExecStart = lib.getExe pkgs.mail-quota-warning;