fixup postgres and hedgedoc

This commit is contained in:
XenGi 2026-02-14 01:44:06 +01:00
parent 6a23fdc3f2
commit af01cffa4d
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
10 changed files with 52 additions and 43 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
services = {
@ -10,7 +10,7 @@
"--locale=C"
"--encoding=UTF8"
];
settings.listen_addresses = "*";
settings.listen_addresses = lib.mkDefault "*";
};
postgresqlBackup = {
enable = true;