adding yubikey func

This commit is contained in:
2026-04-07 17:08:12 +02:00
parent 237939b0e8
commit bc1691d01c
3 changed files with 25 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
# Users
users.users.eliaskohout = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
extraGroups = [ "wheel" "docker" "plugdev" ];
shell = pkgs.zsh;
};