Add ro bind mounts for CA certificates

This commit is contained in:
Jakob Lechner 2025-10-06 16:53:34 +02:00
parent 6cd80f64f5
commit 50dedefe79

View file

@ -14,9 +14,12 @@ in
"/var/lib/jellyfin"
];
BindReadOnlyPaths = [
"/nix/store"
"/etc/resolv.conf"
"/etc/ssl"
"/etc/static/ssl"
"/filebitch/pub/Filme"
"/filebitch/pub/Serien"
"/nix/store"
"/var/lib/qBittorrent/downloads"
];
CapabilityBoundingSet = "";