Disable minimal profile
This commit is contained in:
parent
b43a55bb9f
commit
ed2a33f3a6
12 changed files with 131 additions and 94 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
# Disables server-side file encryption for stronger SSL
|
||||
# Disable server-side file encryption for stronger SSL
|
||||
enableBrokenCiphersForSSE = false;
|
||||
hostName = "cloud.graven.dev";
|
||||
https = true;
|
||||
|
@ -15,7 +15,7 @@
|
|||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
||||
dbname = "nextcloud";
|
||||
dbname = "nextcloud";
|
||||
defaultPhoneRegion = "DK";
|
||||
adminpassFile = builtins.toString config.secrets.files.nc_admin_pass.file;
|
||||
adminuser = "root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue