nixos/smartctl-exporter: fix typo in rawio capab

This commit is contained in:
Martin Weinelt 2022-01-30 04:32:15 +01:00
parent 6f391d8b56
commit 9d8a23f66e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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";