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
commit af6071db60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];
};