change backup frequency

This commit is contained in:
cy 2025-04-21 13:53:21 -04:00
parent a7de77a0fc
commit 48d8bacea8
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 7 additions and 8 deletions

View file

@ -19,8 +19,5 @@
}
];
};
services.postgresqlBackup = {
enable = true;
startAt = "hourly";
};
services.postgresqlBackup.enable = true;
}

View file

@ -87,7 +87,7 @@
resolvconf.enable = true;
firewall = {
enable = true;
trustedInterfaces = [ "tailscale0" ];
trustedInterfaces = [ "tailscale0" "virbr0" ];
# allowedTCPPorts = [
# 8080 # mitmproxy
# 22000 # syncthing