restic backups

This commit is contained in:
2023-04-08 21:25:55 -06:00
parent f68a4f4431
commit 378cf47683
14 changed files with 121 additions and 20 deletions

View File

@@ -77,6 +77,13 @@
};
};
# backups
backup.group."samba".paths = [
config.services.samba.shares.googlebot.path
config.services.samba.shares.cris.path
"${config.services.samba.shares.public.path}/Regularly_Backed_Up"
];
# Windows discovery of samba server
services.samba-wsdd = {
enable = true;