mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
nextcloud doesn't need a db password
This commit is contained in:
parent
e8d6ca3917
commit
8a3c94e6c2
|
@ -4,10 +4,6 @@ let
|
|||
in
|
||||
{
|
||||
sops.secrets = {
|
||||
"nextcloud/dbpass" = {
|
||||
owner = "nextcloud";
|
||||
group = "nextcloud";
|
||||
};
|
||||
"nextcloud/adminpass" = {
|
||||
owner = "nextcloud";
|
||||
group = "nextcloud";
|
||||
|
@ -38,7 +34,6 @@ in
|
|||
dbuser = "nextcloud";
|
||||
dbhost = "/run/postgresql";
|
||||
dbname = "nextcloud";
|
||||
dbpassFile = config.sops.secrets."nextcloud/dbpass".path;
|
||||
adminpassFile = config.sops.secrets."nextcloud/adminpass".path;
|
||||
adminuser = "rouven";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue