fuuko: Enable system backups

pull/48/head
Simon Bruder 2021-03-08 17:33:30 +01:00
parent e8626ba27a
commit 3da67f7576
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,17 @@
sbruder = {
wireguard.home.enable = true;
nginx.hardening.enable = true;
restic.system = {
enable = true;
extraPaths = [
"/data"
];
extraExcludes = [
"/data/media/video"
"/data/misc"
"/data/torrent"
];
};
};
services.nginx = {