Merge pull request #148415 from erictapen/borgbackup

Revert "nixos/borgbackup: specify systemd WorkingDirectory"
This commit is contained in:
Bobby Rong
2021-12-05 18:02:49 +08:00
committed by GitHub
@@ -152,7 +152,6 @@ let
serviceConfig = {
# The service's only task is to ensure that the specified path exists
Type = "oneshot";
WorkingDirectory = cfg.path;
};
wantedBy = [ "multi-user.target" ];
};