Merge pull request #148415 from erictapen/borgbackup

Revert "nixos/borgbackup: specify systemd WorkingDirectory"
main
Bobby Rong 3 years ago committed by GitHub
commit af6071db60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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" ];
};

Loading…
Cancel
Save