fixes "cannot execute: required file not found"
This commit is contained in:
Jakob Lechner 2025-08-05 01:33:58 +02:00
parent 17eb4d26f0
commit 527689d088

View file

@ -231,7 +231,7 @@ in
after = [ "snapserver.service" ];
serviceConfig = {
BindPaths = [ "/run/snapserver/hass.fifo" ];
BindReadOnlyPaths = [ "/nix/store" "/etc/ssl/certs" "/etc/static/ssl/certs" ];
BindReadOnlyPaths = [ "/nix/store" "/etc/ssl/certs" "/etc/static/ssl/certs" "/bin/sh" ];
CapabilityBoundingSet = "";
DynamicUser = "true";
Group = "snapserver";