add rudiger

This commit is contained in:
Emelie 2021-09-28 11:55:33 +02:00
parent 20862be062
commit 9bf719ab23
Signed by: emelie
GPG key ID: 49D33365A7E22D12
8 changed files with 68 additions and 8 deletions

View file

@ -8,11 +8,13 @@
autoUpdateApps.enable = true;
maxUploadSize = "10G";
webfinger = true;
caching.redis = true;
config = {
dbtype = "pgsql";
dbuser = "nextcloud";
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
dbname = "nextcloud";
defaultPhoneRegion = "DK";
adminpassFile = builtins.toString config.secrets.files.nc_admin_pass.file;
adminuser = "root";
};