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:
@@ -75,6 +75,7 @@
|
|||||||
services.cron.enable = true;
|
services.cron.enable = true;
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
users.groups.plugdev = {};
|
||||||
users.mutableUsers = true;
|
users.mutableUsers = true;
|
||||||
users.users.kyle = {
|
users.users.kyle = {
|
||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
@@ -88,6 +89,7 @@
|
|||||||
"disk"
|
"disk"
|
||||||
"kvm"
|
"kvm"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
|
"plugdev"
|
||||||
"video"
|
"video"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|||||||
Reference in New Issue
Block a user