From fccd9d918de01894f2cdd043cfe1fa1f18d13864 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 12 Dec 2022 21:28:29 +0100 Subject: [PATCH] owncast: allow nginx access to archive --- hosts/owncast/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/owncast/default.nix b/hosts/owncast/default.nix index 14e60c7a..134014d4 100644 --- a/hosts/owncast/default.nix +++ b/hosts/owncast/default.nix @@ -46,4 +46,5 @@ }; }; }; + systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/mnt/archive" ]; }