diff --git a/nixos/modules/services/backup/borgbackup.nix b/nixos/modules/services/backup/borgbackup.nix index b2147c1bbfc9..220c571b927e 100644 --- a/nixos/modules/services/backup/borgbackup.nix +++ b/nixos/modules/services/backup/borgbackup.nix @@ -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" ]; };