Skip to content

Commit ccaeb5c

Browse files
committed
use toCommandLineShell instead of toGNUCommandLineShell
1 parent aafacd4 commit ccaeb5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
wantedBy = [ "multi-user.target" ];
105105
serviceConfig = {
106106
EnvironmentFile = cfg.environmentFile;
107-
ExecStart = "${lib.getExe cfg.package} ${lib.cli.toGNUCommandLineShell { } cfg.settings}";
107+
ExecStart = "${lib.getExe cfg.package} ${lib.cli.toCommandLineShell { } cfg.settings}";
108108
Type = "exec";
109109
User = config.users.users.fscs-website-server.name;
110110
Restart = "always";

0 commit comments

Comments
 (0)