diff --git a/configuration.nix b/configuration.nix index 6936a9d..aaf7c77 100644 --- a/configuration.nix +++ b/configuration.nix @@ -192,11 +192,13 @@ services.nginx.enable = false; services.nextcloud = { enable = true; - # hostName = "nextcloud.samsehu.perli.casa"; + home = "/zroot/nextcloud"; + https = true; hostName = "localhost"; database.createLocally = true; config = { dbtype = "sqlite"; + adminpassFile = "/var/nextcloud-admin-pass"; }; }; services.phpfpm.pools.nextcloud.settings = {