mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added yubikey.nix
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -131,6 +131,7 @@
|
||||
"overseerr",
|
||||
"pbmode",
|
||||
"pciutils",
|
||||
"pcscd",
|
||||
"pdfjs",
|
||||
"peerconnection",
|
||||
"PESKYFOX",
|
||||
@@ -215,6 +216,8 @@
|
||||
"wireshark",
|
||||
"xattr",
|
||||
"xhci",
|
||||
"yubikey",
|
||||
"yubioath",
|
||||
"yzhang",
|
||||
"zerotier",
|
||||
"zerotierone",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
../common/optional/syncthing_base.nix
|
||||
../common/optional/systemd-boot.nix
|
||||
../common/optional/zerotier.nix
|
||||
../common/optional/yubikey.nix
|
||||
./hardware.nix
|
||||
./nvidia.nix
|
||||
];
|
||||
|
||||
6
systems/common/optional/yubikey.nix
Normal file
6
systems/common/optional/yubikey.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.pcscd.enable = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.yubioath-flutter ];
|
||||
}
|
||||
Reference in New Issue
Block a user