remove postgresql passwords where they are unneeded
This commit is contained in:
parent
6d28293c86
commit
defc2f2324
5 changed files with 6 additions and 50 deletions
|
@ -4,10 +4,6 @@ let
|
|||
in
|
||||
{
|
||||
sops.secrets = {
|
||||
postgres_nextcloud = {
|
||||
owner = "nextcloud";
|
||||
group = "nextcloud";
|
||||
};
|
||||
nextcloud_adminpass = {
|
||||
owner = "nextcloud";
|
||||
group = "nextcloud";
|
||||
|
@ -42,7 +38,6 @@ in
|
|||
dbuser = "nextcloud";
|
||||
dbhost = "/run/postgresql";
|
||||
dbname = "nextcloud";
|
||||
dbpassFile = config.sops.secrets.postgres_nextcloud.path;
|
||||
adminpassFile = config.sops.secrets.nextcloud_adminpass.path;
|
||||
adminuser = "root";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue