fuuko: Enable system backups
This commit is contained in:
parent
e8626ba27a
commit
3da67f7576
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue