This website requires JavaScript.
Explore
Help
Sign in
jmug
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
33cf802b18
nixos
/
hosts
/
common
/
optional
/
yubikey.nix
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. Signed-off-by: jmug <u.g.a.mariano@gmail.com>
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 a new issue
Copy permalink