mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
nixos/esphome: set ExecPaths (#513631)
This commit is contained in:
@@ -145,6 +145,7 @@ in
|
||||
RuntimeDirectoryMode = "0750";
|
||||
EnvironmentFile = lib.mkIf (cfg.environmentFile != null) cfg.environmentFile;
|
||||
ReadWritePaths = [ stateDir ];
|
||||
ExecPaths = [ stateDir ];
|
||||
|
||||
# Hardening
|
||||
CapabilityBoundingSet = "";
|
||||
|
||||
Reference in New Issue
Block a user