youbiiii
This commit is contained in:
parent
839a8c5797
commit
63dd09bc8e
|
@ -38,6 +38,8 @@
|
|||
|
||||
# Baofeng programmer
|
||||
allow id 067b:2303 serial "" name "USB-Serial Controller D"
|
||||
|
||||
allow id 1050:0407 serial "" name "YubiKey OTP+FIDO+CCID"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
picard
|
||||
kleopatra
|
||||
qbittorrent
|
||||
tor-browser
|
||||
# tor-browser
|
||||
ssb-patchwork
|
||||
pixelorama
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ in {
|
|||
|
||||
# Personal modules
|
||||
# ../../modules/nixos/tildefriends.nix
|
||||
./yubikey.nix
|
||||
];
|
||||
|
||||
# RGB Keyboard backight
|
||||
|
@ -126,6 +127,7 @@ in {
|
|||
lynx
|
||||
|
||||
chirp
|
||||
yubikey-manager
|
||||
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
|
10
hosts/yaseen/yubikey.nix
Normal file
10
hosts/yaseen/yubikey.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ...
|
||||
}: {
|
||||
# services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
|
||||
# programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
|
||||
}
|
Loading…
Reference in a new issue