mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix nextcloud settings
This commit is contained in:
parent
eeca4a57fb
commit
be84981080
1 changed files with 4 additions and 2 deletions
|
|
@ -13,11 +13,13 @@ _:
|
||||||
autoUpdateApps.enable = false;
|
autoUpdateApps.enable = false;
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
config = {
|
config = {
|
||||||
overwriteProtocol = "https";
|
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
adminpassFile = config.sops.secrets.nextcloud.path;
|
adminpassFile = config.sops.secrets.nextcloud.path;
|
||||||
adminuser = "admin-root";
|
adminuser = "admin-root";
|
||||||
defaultPhoneRegion = "US";
|
};
|
||||||
|
extraOptions = {
|
||||||
|
overwriteprotocol = "https";
|
||||||
|
default_phone_region = "US";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#_file
|
#_file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue