Unverified Commit af6071db authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #148415 from erictapen/borgbackup

Revert "nixos/borgbackup: specify systemd WorkingDirectory"
parents 46839e36 ac8a9c3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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" ];
    };