WIP MADDY

This commit is contained in:
uku 2025-01-04 00:04:54 +01:00
parent 6a87dd7211
commit d45010f67f
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
6 changed files with 260 additions and 2 deletions

View file

@ -7,6 +7,14 @@
settings.port = 5432;
enableTCPIP = true;
ensureDatabases = [
"maddy"
];
authentication = ''
host maddy maddy vesuvio.fossa-macaroni.ts.net scram-sha-256
'';
};
postgresqlBackup = {