nixos/hardware.nitrokey: update documentation

The nitrokey group has been removed in #108319.
This commit is contained in:
Robin Krahl 2024-10-30 23:44:05 +01:00
parent 38ec993a58
commit bed43b4461
No known key found for this signature in database
GPG key ID: B7556972702AFD45

View file

@ -11,9 +11,7 @@ in
type = lib.types.bool; type = lib.types.bool;
default = false; default = false;
description = '' description = ''
Enables udev rules for Nitrokey devices. By default grants access Enables udev rules for Nitrokey devices.
to users in the "nitrokey" group. You may want to install the
nitrokey-app package, depending on your device and needs.
''; '';
}; };
}; };