aboutsummaryrefslogtreecommitdiff
path: root/modules/services/backup/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-24backups: do backups for the laptopFranck Cuny1-1/+10
From the laptop I only backup /home/fcuny, as the rest should be straightforward to rebuild with nix. I run that backup as my own user, since I need my ssh key to use the remote repository (which is on the NAS). I also need a new secret for it (I might have been able to use `pass' for this, but well, that's easy enough). For the NAS, I update the list of directories to backup to include home, this will be on the systems backup.
2022-04-11backups: rename system to hostFranck Cuny1-1/+1
Since this is a host level backup.
2022-04-10secrets: move all the secrets under module/Franck Cuny1-4/+3
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.
2022-04-10add a module for backup with resticFranck Cuny1-0/+83
Do a single backup for the host, instead of running multiple ones.