From 44ff26bb67ccbff0121da82072ac527989ac3640 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sun, 9 Feb 2025 00:31:08 -0500 Subject: secrets: update atlas/miniflux.age --- systems/atlas/miniflux.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems') diff --git a/systems/atlas/miniflux.nix b/systems/atlas/miniflux.nix index 73725f3..5fd22f2 100644 --- a/systems/atlas/miniflux.nix +++ b/systems/atlas/miniflux.nix @@ -26,6 +26,8 @@ }; }; + # Create the socket manually to ensure NGINX has permission for the socket's parent directory + # ...since for some reason Miniflux will not give it the same `0777` permission as the socket itself systemd = { services.miniflux = { requires = [ "miniflux.socket" ]; -- cgit v1.2.3