homepage adjustments

This commit is contained in:
Danilo Reyes
2026-02-01 16:59:55 -06:00
parent 32545e4fec
commit 6389b9f012
9 changed files with 23 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ in
services.linkwarden = {
inherit (cfg) enable;
host = cfg.ip;
port = cfg.port;
inherit (cfg) port;
openFirewall = true;
environment = {
NEXTAUTH_URL = "${cfg.url}/api/v1/auth";
@@ -25,7 +25,7 @@ in
environmentFile = config.sops.secrets.linkwarden.path;
database = {
host = config.my.postgresSocket;
name = cfg.name;
inherit (cfg) name;
user = cfg.name;
createLocally = true;
};