Revert "nixos/borgbackup: specify systemd WorkingDirectory"
This reverts commit 62ab77a322.
This broke nixosTests.borgbackup:
https://github.com/NixOS/nixpkgs/pull/143995#issuecomment-985136152
This commit is contained in:
@@ -152,7 +152,6 @@ let
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# The service's only task is to ensure that the specified path exists
|
# The service's only task is to ensure that the specified path exists
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
WorkingDirectory = cfg.path;
|
|
||||||
};
|
};
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user