Skip to content

Commit

Permalink
Merge pull request #176553 from MalteT/fix/smartctl-exporter-override
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 27, 2022
2 parents 94d8b98 + 488aa85 commit 96d7f29
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ in {
"CAP_SYS_ADMIN"
];
DevicePolicy = "closed";
DeviceAllow = lib.mkOverride 100 (
DeviceAllow = lib.mkOverride 50 (
if cfg.devices != [] then
cfg.devices
else [
Expand Down

0 comments on commit 96d7f29

Please sign in to comment.