homepage adjustments
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user