Unverified Commit 62ab77a3 authored by Kerstin Humm's avatar Kerstin Humm
Browse files

nixos/borgbackup: specify systemd WorkingDirectory

parent 8d3b1800
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ let
      serviceConfig = {
        # The service's only task is to ensure that the specified path exists
        Type = "oneshot";
        WorkingDirectory = cfg.path;
      };
      wantedBy = [ "multi-user.target" ];
    };