harden sonarr, change zfs snap time
This commit is contained in:
parent
12f1164e0c
commit
0d0245f850
1 changed files with 3 additions and 2 deletions
|
@ -296,7 +296,7 @@ in {
|
||||||
group = "kah";
|
group = "kah";
|
||||||
port = 8989;
|
port = 8989;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
hardening = false;
|
hardening = true;
|
||||||
apiKeyFile = config.sops.secrets."arr/sonarr/apiKey".path;
|
apiKeyFile = config.sops.secrets."arr/sonarr/apiKey".path;
|
||||||
db = {
|
db = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -370,7 +370,8 @@ in {
|
||||||
mountPath = "/mnt/restic_nightly_backup";
|
mountPath = "/mnt/restic_nightly_backup";
|
||||||
zfsDataset = "nahar/containers/volumes";
|
zfsDataset = "nahar/containers/volumes";
|
||||||
snapshotName = "restic_nightly_snap";
|
snapshotName = "restic_nightly_snap";
|
||||||
startAt = "*-*-* 06:30:00 America/Chicago";
|
#startAt = "*-*-* 06:30:00 America/Chicago";
|
||||||
|
startAt = "*-*-* 00:10:00 America/Chicago";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# System
|
# System
|
||||||
|
|
Loading…
Reference in a new issue