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 = {
|
serviceOpts = {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
AmbientCapabilities = [
|
AmbientCapabilities = [
|
||||||
"CAP_RAW_SYSIO"
|
"CAP_SYS_RAWIO"
|
||||||
"CAP_SYS_ADMIN"
|
"CAP_SYS_ADMIN"
|
||||||
];
|
];
|
||||||
CapabilityBoundingSet = [
|
CapabilityBoundingSet = [
|
||||||
"CAP_RAW_SYSIO"
|
"CAP_SYS_RAWIO"
|
||||||
"CAP_SYS_ADMIN"
|
"CAP_SYS_ADMIN"
|
||||||
];
|
];
|
||||||
DevicePolicy = "closed";
|
DevicePolicy = "closed";
|
||||||
|
|
Loading…
Reference in a new issue