services.beszel.agent.smartmon.deviceAllow

NixOS option

List of device paths to allow access to for SMART monitoring. This is only needed if the ambient capabilities are not sufficient. Devices will be granted read-only access.

type: list of string
Default
[ ]
Example
[
  "/dev/sda"
  "/dev/sdb"
  "/dev/nvme0"
]
declared in: nixos/modules/services/monitoring/beszel-agent.nixView source on NixOS/nixpkgs →