3p/home-manager: import 66ffa7a0a6
This commit is contained in:
parent
6f70c36b8f
commit
ae18357a64
1 changed files with 1 additions and 1 deletions
2
third_party/home-manager/modules/systemd.nix
vendored
2
third_party/home-manager/modules/systemd.nix
vendored
|
@ -41,7 +41,7 @@ let
|
|||
source = pkgs.writeTextFile {
|
||||
name = pathSafeName;
|
||||
text = toSystemdIni serviceCfg;
|
||||
destination = lib.escapeShellArg "/${filename}";
|
||||
destination = "/${filename}";
|
||||
} + "/${filename}";
|
||||
|
||||
wantedBy = target: {
|
||||
|
|
Loading…
Reference in a new issue