1
0

hosts/storage-2: Enable backups

This commit is contained in:
2024-06-03 21:28:31 +02:00
parent 9399294529
commit d1f849b41e
4 changed files with 20 additions and 8 deletions

View File

@@ -25,6 +25,15 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
clerie.backup = {
enable = true;
jobs.main = {
paths = [
"/data/firmware"
];
};
};
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;