Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use Yubikey for SSH authentication

encode42 1fbcc4ae 9a064441

+6
+1
hosts/encryption/homes/encode42.nix
··· 65 65 rsgain 66 66 audacity 67 67 pkgs-unstable.puddletag 68 + pkgs-unstable.eartag 68 69 69 70 blockbench 70 71
+5
packages/common/yubikey.nix
··· 7 7 enableSSHSupport = true; 8 8 }; 9 9 10 + environment.shellInit = '' 11 + gpg-connect-agent /bye 12 + export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) 13 + ''; 14 + 10 15 services.pcscd = { 11 16 enable = true; 12 17 };