diff options
| author | Seth Flynn <[email protected]> | 2025-02-09 00:31:08 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-09 00:31:08 -0500 |
| commit | 44ff26bb67ccbff0121da82072ac527989ac3640 (patch) | |
| tree | 491b04ba366641ce7ce81a72d0a846788ed9c27c | |
| parent | 03d50cd4f295f7db9f7aac99c7810a143d1a517a (diff) | |
secrets: update atlas/miniflux.age
| -rw-r--r-- | secrets/atlas/miniflux.age | bin | 354 -> 644 bytes | |||
| -rw-r--r-- | systems/atlas/miniflux.nix | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/secrets/atlas/miniflux.age b/secrets/atlas/miniflux.age Binary files differindex a31f4ff..360e5fe 100644 --- a/secrets/atlas/miniflux.age +++ b/secrets/atlas/miniflux.age 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" ]; |
