tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
config
/
server
/
yubikey.nix
at
main
9 lines
107 B
view raw
wrap content
encode42.dev
Split Yubikey configuration into server module
12d ago
077146d0
1
{
2
programs
.
gnupg
.
agent
=
{
3
enable
=
true
;
4
5
settings
=
{
6
no-autostart
=
true
;
7
}
;
8
}
;
9
}