hosts/storage-2: Enable backups
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user