Everything is migrated! Now to clean up...

This commit is contained in:
Gene Liverman 2024-06-21 23:29:49 -04:00
parent 3075248fc7
commit 3457194cdd
8 changed files with 168 additions and 145 deletions

View file

@ -24,8 +24,11 @@
# Open ports in the firewall.
firewall.allowedTCPPorts = [
22 # ssh
25 # SMTP (unencrypted)
80 # http to local Nginx
443 # https to local Nginx
465 # SMTP with TLS
587 # SMTP with STARTTLS
];
# firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
@ -45,6 +48,11 @@
enable = true;
package = pkgs.postgresql_16;
};
postgresqlBackup = {
enable = true;
backupAll = true;
startAt = "*-*-* 23:00:00";
};
uptime-kuma = {
enable = true;
settings = {