From 44d72b02d83b0ee9b16f69afab8c6481cf621868 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:44:14 +0200 Subject: [PATCH] feat: file logging --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";