Update config

This commit is contained in:
Tyler Mayoff 2024-09-30 18:48:52 -04:00
parent fc98ec938a
commit 1a83d00b25

View file

@ -121,7 +121,6 @@
systemd.services."backup-serenity"= { systemd.services."backup-serenity"= {
script = '' script = ''
# Remove keys # Remove keys
${./secrets.sh}
printf "\nBacking up nextcloud \n" printf "\nBacking up nextcloud \n"
${pkgs.restic} -r "$RESTIC_REPOSITORY/NextCloud" backup --verbose --no-scan /mnt/user/NextCloud ${pkgs.restic} -r "$RESTIC_REPOSITORY/NextCloud" backup --verbose --no-scan /mnt/user/NextCloud
${pkgs.restic} -r "$RESTIC_REPOSITORY/NextCloud" check --verbose ${pkgs.restic} -r "$RESTIC_REPOSITORY/NextCloud" check --verbose