diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 2a0b417..1a28414 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -24,7 +24,7 @@ overwritewebroot = dir; overwrite.cli.url = "${prot}://${host}${dir}/"; htaccess.RewriteBase = dir; - log_type = "systemd"; + log_type = "file"; }; config = { adminuser = "admin";