new website
Some checks failed
/ lint (push) Failing after 39s

This commit is contained in:
Jana Dönszelmann 2026-05-01 21:31:13 +02:00
parent 4d58ae60b0
commit 8102d1d009
No known key found for this signature in database
17 changed files with 371 additions and 273 deletions

View file

@ -19,7 +19,7 @@
host all all 10.0.0.0/24 trust
# and the local network
host all all 192.168.0.0/24 trust
host all all 192.168.178.0/24 trust
'';
settings = {
listen_addresses = "*";
@ -58,6 +58,10 @@
name = "immich";
ensureDBOwnership = true;
}
{
name = "homepage";
ensureDBOwnership = true;
}
];
ensureDatabases = map (i: i.name) ensureUsers;
};