invidious: init
This commit is contained in:
parent
06ebe75eb1
commit
03860af6eb
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
|||
createLocally = false;
|
||||
host = "10.99.99.3";
|
||||
port = 5432;
|
||||
passwordFile = config.age.secrets.invidious-database-password.path;
|
||||
passwordFile = "%d/databasePassword";
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
@ -40,6 +40,8 @@ in
|
|||
nginx.enable = false;
|
||||
};
|
||||
|
||||
systemd.services.invidious.serviceConfig.LoadCredential = "databasePassword:${config.age.secrets.invidious-database-password.path}";
|
||||
|
||||
services.nginx.virtualHosts."${fqdn}" = {
|
||||
http3 = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue