Updated backup service

This commit is contained in:
Tyler Mayoff 2024-10-01 14:28:15 +00:00
parent 9fee8ef0e6
commit 2bb3412250

View file

@ -148,7 +148,7 @@ in {
${pkgs.restic}/bin/restic -r "$RESTIC_REPOSITORY/Appdata" check --verbose
'';
serviceConfig = {
Type = "oneshot";
Type = "simple";
User = "root";
};
};