diff --git a/modules/systemd.nix b/modules/systemd.nix index cd5b30ed49e4..0be586d7c630 100644 --- a/modules/systemd.nix +++ b/modules/systemd.nix @@ -41,7 +41,7 @@ let source = pkgs.writeTextFile { name = pathSafeName; text = toSystemdIni serviceCfg; - destination = lib.escapeShellArg "/${filename}"; + destination = "/${filename}"; } + "/${filename}"; wantedBy = target: {