Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wentasah committed Apr 6, 2022
1 parent 07b941f commit 7bf9f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/systemd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let
source = pkgs.writeTextFile {
name = pathSafeName;
text = toSystemdIni serviceCfg;
destination = lib.escapeShellArg "/${filename}";
destination = "/${filename}";
} + "/${filename}";

wantedBy = target: {
Expand Down

0 comments on commit 7bf9f0c

Please sign in to comment.