This website requires JavaScript.
Explore
Help
Sign In
jmug
/
nixos
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
95a08b12f32972193f90fe78e378958e187d8616
nixos
/
hosts
/
common
/
optional
/
yubikey.nix
T
10 lines
125 B
Nix
Raw
Normal View
History
Unescape
Escape
Dump nixos config after scrubing
2025-05-03 23:42:03 -07:00
{
...
}:
{
yubikey
=
{
enable
=
true
;
identifiers
=
{
matcha
=
13164607
;
Add ace yubi identifier.
2025-06-03 22:09:42 -07:00
ace
=
32721452
;
Dump nixos config after scrubing
2025-05-03 23:42:03 -07:00
};
};
}
Reference in New Issue
Copy Permalink