mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix db name for nextcloud (os user auth)
This commit is contained in:
parent
306c0ffd69
commit
e30ef06cae
@ -13,9 +13,8 @@ with lib;{
|
||||
https = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
dbuser = "cloudstore_user";
|
||||
dbuser = "nextcloud";
|
||||
dbname = "nextcloud";
|
||||
dbpassFile = config.sops.secrets.cloudstore_user.path;
|
||||
adminuser = "storemin";
|
||||
adminpassFile = config.sops.secrets.storemin.path;
|
||||
dbhost = "/run/postgresql";
|
||||
@ -28,7 +27,6 @@ with lib;{
|
||||
};
|
||||
sops.secrets = {
|
||||
storemin.sopsFile = ../../secrets/server.yaml;
|
||||
cloudstore_user.sopsFile = ../../secrets/server.yaml;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user