Add plugdev group for FIDO2 device access.

The u2f udev rules set GROUP=plugdev on hidraw devices, but the
group didn't exist. Create it and add kyle to it so FIDO2 keys
are accessible without relying on logind uaccess ACLs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 12:54:42 -07:00
parent 184c237335
commit 1914ee39fd

View File

@@ -75,6 +75,7 @@
services.cron.enable = true;
programs.zsh.enable = true;
users.groups.plugdev = {};
users.mutableUsers = true;
users.users.kyle = {
initialPassword = "password";
@@ -88,6 +89,7 @@
"disk"
"kvm"
"networkmanager"
"plugdev"
"video"
];
shell = pkgs.zsh;