Loading nixos/modules/services/web-apps/invoiceplane.nix +2 −2 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ in )) eachSite; systemd.services = (mapAttrs' (hostName: cfg: ( mapAttrs' (hostName: cfg: ( nameValuePair "invoiceplane-cron-${hostName}" (mkIf cfg.cron.enable { serviceConfig = { Type = "oneshot"; Loading @@ -335,7 +335,7 @@ in ExecStart = "${pkgs.curl}/bin/curl --header 'Host: ${hostName}' http://localhost/invoices/cron/recur/${cfg.cron.key}"; }; }) )) eachSite); )) eachSite; } Loading Loading
nixos/modules/services/web-apps/invoiceplane.nix +2 −2 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ in )) eachSite; systemd.services = (mapAttrs' (hostName: cfg: ( mapAttrs' (hostName: cfg: ( nameValuePair "invoiceplane-cron-${hostName}" (mkIf cfg.cron.enable { serviceConfig = { Type = "oneshot"; Loading @@ -335,7 +335,7 @@ in ExecStart = "${pkgs.curl}/bin/curl --header 'Host: ${hostName}' http://localhost/invoices/cron/recur/${cfg.cron.key}"; }; }) )) eachSite); )) eachSite; } Loading