From b8fa3e7ca480c4ceb33ff817efb8e1b401bda60b Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:36:12 +0200 Subject: [PATCH] feat: systemd logging nextcloud --- hosts/hitsugibune/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index e5e3dcb..240874a 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -22,6 +22,7 @@ overwritewebroot = dir; overwrite.cli.url = "${prot}://${host}${dir}/"; htaccess.RewriteBase = dir; + log_type = "systemd"; }; config = { adminuser = "admin";