mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Update config
This commit is contained in:
parent
fc98ec938a
commit
1a83d00b25
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue