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:
Kerstin Humm 2021-12-03 12:21:13 +01:00
parent 7fff1e9c0c
commit ac8a9c3f03
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

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