fix: nas pyload filebot service
This commit is contained in:
parent
5dba628040
commit
8ae96c9b38
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
# Disable PrivateTmp so unrar can use system /tmp for extraction
|
||||||
|
PrivateTmp = lib.mkForce false;
|
||||||
|
|
||||||
# Bind-mount DNS configuration files into the sandboxed service
|
# Bind-mount DNS configuration files into the sandboxed service
|
||||||
BindReadOnlyPaths = [
|
BindReadOnlyPaths = [
|
||||||
"/etc/resolv.conf"
|
"/etc/resolv.conf"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue