about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorSophie Tauchert <sophie@999eagle.moe>2024-02-15 11:29:39 +0100
committerSophie Tauchert <sophie@999eagle.moe>2024-03-04 09:07:21 +0100
commitcb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab (patch)
tree0ece37416e1e99867ea4595d36c4f6c0e0620a72 /nixos/modules/services
parent1f8385d6d14c59fd927d606016e8c52f708864da (diff)
downloadnixlib-cb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab.tar
nixlib-cb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab.tar.gz
nixlib-cb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab.tar.bz2
nixlib-cb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab.tar.lz
nixlib-cb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab.tar.xz
nixlib-cb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab.tar.zst
nixlib-cb5f2a8e872ae88f33ea5baf028c9f06bd9d30ab.zip
nixos/tests/miniflux: add test for external database
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/web-apps/miniflux.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/miniflux.nix b/nixos/modules/services/web-apps/miniflux.nix
index 6951aa34a94a..16b6fb0d655d 100644
--- a/nixos/modules/services/web-apps/miniflux.nix
+++ b/nixos/modules/services/web-apps/miniflux.nix
@@ -140,6 +140,7 @@ in
         include "${pkgs.apparmorRulesFromClosure { name = "miniflux"; } cfg.package}"
         r ${cfg.package}/bin/miniflux,
         r @{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size,
+        rw /run/miniflux/**,
       }
     '';
   };