fix module option freeform
This commit is contained in:
parent
80bb80632d
commit
9a76430181
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue