Loading nixos/modules/services/backup/borgbackup.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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" ]; }; Loading Loading
nixos/modules/services/backup/borgbackup.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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" ]; }; Loading