nixos/smartctl-exporter: fix typo in rawio capab
This commit is contained in:
parent
6f391d8b56
commit
9d8a23f66e
1 changed files with 2 additions and 2 deletions
|
@ -42,11 +42,11 @@ in {
|
|||
serviceOpts = {
|
||||
serviceConfig = {
|
||||
AmbientCapabilities = [
|
||||
"CAP_RAW_SYSIO"
|
||||
"CAP_SYS_RAWIO"
|
||||
"CAP_SYS_ADMIN"
|
||||
];
|
||||
CapabilityBoundingSet = [
|
||||
"CAP_RAW_SYSIO"
|
||||
"CAP_SYS_RAWIO"
|
||||
"CAP_SYS_ADMIN"
|
||||
];
|
||||
DevicePolicy = "closed";
|
||||
|
|
Loading…
Reference in a new issue