Unverified Commit ac8a9c3f authored by Kerstin Humm's avatar Kerstin Humm
Browse files

Revert "nixos/borgbackup: specify systemd WorkingDirectory"

This reverts commit 62ab77a3.

This broke nixosTests.borgbackup:
https://github.com/NixOS/nixpkgs/pull/143995#issuecomment-985136152
parent 7fff1e9c
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" ];
    };