This commit is contained in:
Lyn Fugmann 2022-11-18 17:13:58 +01:00
parent 6f3bdbc456
commit 67a76a0b2e
Signed by: fugi
GPG key ID: 4472A20091BFA792

View file

@ -40,8 +40,8 @@ in
dbtype = "pgsql"; dbtype = "pgsql";
dbuser = "nextcloud"; dbuser = "nextcloud";
dbhost = "/run/postgresql"; dbhost = "/run/postgresql";
dbname = "nextcloud"; dbname = "nextcloud";
dbpassFile = config.sops.secrets.postgres_nextcloud.path; dbpassFile = config.sops.secrets.postgres_nextcloud.path;
adminpassFile = config.sops.secrets.nextcloud_adminpass.path; adminpassFile = config.sops.secrets.nextcloud_adminpass.path;
adminuser = "root"; adminuser = "root";
}; };