mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +01:00
laptop: enable Nitrokey support, use updated udev rules
This commit is contained in:
parent
b18f341935
commit
e09feb85c4
2 changed files with 20 additions and 1 deletions
|
|
@ -328,8 +328,13 @@ in
|
|||
# };
|
||||
};
|
||||
|
||||
# OnlyKey
|
||||
# Hardware keys
|
||||
hardware.onlykey.enable = true;
|
||||
hardware.nitrokey.enable = true;
|
||||
services.pcscd = {
|
||||
enable = true;
|
||||
plugins = [ pkgs.ccid ];
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue