summaryrefslogtreecommitdiff
path: root/machines/helium.nix
AgeCommit message (Collapse)Author
2022-01-31yubikey login on heliumBen Sima
This allows me to login and sudo with *either* a password or my yubikey. I also had to setup my yubikey with the instructions here: https://nixos.wiki/wiki/Yubikey#Logging-in Basically use ykman and ykpamcfg to generate a challenge-response setup on slot 2 of my yubikey. The pam config compares the key response with the ~/.yubico/challenge-* file in order to authenticate. I think pam uses the ~/.yubico/authorized_keys file to know to which yubikey to send the challenge, but I'm not sure on that one.
2022-01-31fix helium buildBen Sima
2021-09-16more work on machinesBen Sima
2021-09-15update machines, wip oxygenBen Sima
2020-11-30helium: fix remote buildsBen Sima
2020-11-30helium: use urxvt, fix xmonad, and pin nixpkgsBen Sima
2020-11-27helium: fix timezone and other random settingsBen Sima
2019-11-29enable all firmwareBen Sima
2019-11-08get remote builds working with lithiumBen Sima
2019-05-23set ssh timeoutBen Sima
2019-05-23setup distributed builds over sshBen Sima
2019-05-22enable bluetoothBen Sima
2019-05-13laptop: remove virtualization, add sound, light, xkbOptionsBen Sima
2019-05-13enable security stuff againBen Sima
2019-05-12enable virtualizationBen Sima
2019-05-07add helium and refactor lithiumBen Sima