Merge pull request #148415 from erictapen/borgbackup

Revert "nixos/borgbackup: specify systemd WorkingDirectory"

authored by Bobby Rong and committed by GitHub af6071db 46839e36

-1
-1
nixos/modules/services/backup/borgbackup.nix
··· 152 152 serviceConfig = { 153 153 # The service's only task is to ensure that the specified path exists 154 154 Type = "oneshot"; 155 - WorkingDirectory = cfg.path; 156 155 }; 157 156 wantedBy = [ "multi-user.target" ]; 158 157 };