+m3-daedalus

This commit is contained in:
Sascha Koenig
2025-05-26 11:36:25 +02:00
parent 8c9860674b
commit a11ee7ee02
18 changed files with 265 additions and 107 deletions

View File

@ -19,6 +19,7 @@
# Podman network connections for Baserow
host baserow baserow 10.89.0.0/24 scram-sha-256
host kestra kestra 10.89.0.0/24 scram-sha-256
# Deny all other connections
local all all reject
@ -29,7 +30,7 @@
services.postgresqlBackup = {
enable = true;
startAt = "03:10:00";
databases = ["baserow" "paperless"];
databases = ["baserow" "paperless" "kestra"];
};
networking.firewall = {
extraCommands = ''