From f62a7bf461828cc53fbfd20d49a6a0687ef09603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 13 Nov 2023 23:47:18 +0100 Subject: [PATCH] owncast: fix archive permission --- hosts/owncast/owncast-archiver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/owncast/owncast-archiver.nix b/hosts/owncast/owncast-archiver.nix index b58117fe..c549b560 100644 --- a/hosts/owncast/owncast-archiver.nix +++ b/hosts/owncast/owncast-archiver.nix @@ -55,7 +55,7 @@ in }; tmpfiles.rules = [ - "d ${cfg.targetDir} 0700 root nginx -" + "d ${cfg.targetDir} 0770 root nginx -" ]; }; };