Working through errors

This commit is contained in:
Gene Liverman 2024-06-17 22:18:21 -04:00
parent 37187d29f9
commit fac12b855e
4 changed files with 10 additions and 5 deletions

View file

@ -42,7 +42,7 @@
fail2ban.enable = true;
postgresql = {
enable = true;
package = pkgs.postresql_16;
package = pkgs.postgresql_16;
};
uptime-kuma = {
enable = true;