Add ro bind mounts for CA certificates
This commit is contained in:
parent
6cd80f64f5
commit
50dedefe79
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue