create NixOS module to periodically backup data using borgmatic

This commit is contained in:
Pim Kunis 2023-12-27 19:14:49 +01:00
parent 96399c3809
commit dbf84c7f93
3 changed files with 108 additions and 1 deletions

View file

@ -38,6 +38,7 @@
nixosModule.custom = {
disko.osDiskDevice = "/dev/sda";
backups.enable = true;
dataDisk = {
enable = true;