Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #411 from motiejus/motiejus-flake | drduh | 2024-02-10 | 3 | -208/+275 | |
|\ \ | | | | | | | NixOS Live Image: convert to a flake | |||||
| * | | NixOS Live Image: convert to a flake | Motiejus Jakštys | 2024-02-04 | 3 | -208/+275 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now `nixpkgs` will be pointing to a specific release, which has a much smaller chance to unexpectedly break. Currently 23.11. The next one will be 24.05, 24.11, etc. NixOS *releases* receive security updates, but packages are upgraded conservatively, thus don't generally break. As a result, we should need to worry about NixOS upgrades every 6-12 months. The upgrade means "bump the version number and try to build it". If it breaks, it will generally break only then. Less reactive, more proactive surprises. `flake.nix` was written by @thomaseizinger in https://github.com/drduh/YubiKey-Guide/issues/406. Changes from the original: - change Gnome to xfce. Now it loads with 384MB of RAM and works well with the simplest graphics (hello qemu). - less nasty workaround for hopenpgp-tools. Fixed upstream (https://github.com/NixOS/nixpkgs/pull/279117). - do not default `copytoram`, user can select this option in the bootloader. Here is how to test it: ``` $ nix run .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.vm ``` *Note for the maintainer*: it would be great if you could occasionally run `nix flake update --commit-lock-file`, *especially* after updating github.com/drduh/config.git. Fixes #406 Co-authored-by: Thomas Eizinger <thomas@eizinger.io> | |||||
* | | Merge pull request #414 from colingrady/genuine_link | drduh | 2024-02-10 | 1 | -1/+1 | |
|\ \ | |/ |/| | Update link to genuine device check info | |||||
| * | Update link to genuine device check info | Colin Grady | 2024-01-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #401 from wildwestrom/master | drduh | 2023-12-10 | 1 | -1/+1 | |
|\ | | | | | Fix NixOS image: replace deprecated option boot.cleanTmpDir -> boot.tmp.cleanOnBoot | |||||
| * | Fix deprecated boot.cleanTmpDir for boot.tmp.cleanOnBoot | West | 2023-10-21 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #399 from drduh/wip-15oct23 | drduh | 2023-10-15 | 1 | -14/+19 | |
|\ | | | | | Remove ancient keyservers | |||||
| * | Update debian version | drduh | 2023-10-15 | 1 | -5/+9 | |
| | | ||||||
| * | Remove ancient keyservers | drduh | 2023-10-15 | 1 | -10/+11 | |
|/ | ||||||
* | Merge pull request #386 from Xronophobe/docs/update-debian-12-live | drduh | 2023-10-15 | 1 | -0/+22 | |
|\ | | | | | add notes for installing #Required Software on Debian 12 | |||||
| * | add note for installing yubikey-manager on Debian 12 | Csanad Beres | 2023-08-18 | 1 | -0/+3 | |
| | | ||||||
| * | add note on installing hopenpgp-tools on Debian 12 | Csanad Beres | 2023-08-18 | 1 | -0/+19 | |
| | | ||||||
* | | Merge pull request #387 from dkarlovi/patch-1 | drduh | 2023-10-15 | 1 | -1/+13 | |
|\ \ | | | | | | | fix: add an explicit example about publishing the pubkey when expiring | |||||
| * | | fix bad copy paste | Dalibor Karlović | 2023-08-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix typo | Dalibor Karlović | 2023-06-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix: add an explicit example about publishing the pubkey when expiring | Dalibor Karlović | 2023-06-26 | 1 | -1/+13 | |
| |/ | ||||||
* | | Merge pull request #395 from alhirzel/patch-1 | drduh | 2023-10-15 | 1 | -0/+1 | |
|\ \ | | | | | | | Add link to "makegpg" tool | |||||
| * | | Add link to "makegpg" tool | Alex Hirzel | 2023-09-22 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #396 from zeorin/fix/nixos | drduh | 2023-10-15 | 1 | -3/+33 | |
|\ \ \ | | | | | | | | | Fix NixOS LiveCD image build | |||||
| * | | | fix: use `nix-build` instead of `nix build` | Xandor Schiefer | 2023-10-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | `nix build` is a new "Nix command" that is technically still experimental. | |||||
| * | | | fix: update `hopenpgp-tools` in the NixOS build | Xandor Schiefer | 2023-10-14 | 1 | -2/+32 | |
| |/ / | | | | | | | | | | Fixes https://github.com/drduh/YubiKey-Guide/issues/370. | |||||
* | | | Merge pull request #398 from askiiart/master | drduh | 2023-10-15 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Update rpmsphere version | |||||
| * | | Update rpmsphere version | askiiart | 2023-10-10 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #391 from FedericoSchonborn/master | drduh | 2023-08-13 | 1 | -1/+1 | |
|\ \ | | | | | | | Required Software/NixOS: Replace yubioath-desktop with yubioath-flutter | |||||
| * | | Required Software/NixOS: Replace yubioath-desktop with yubioath-flutter | Federico Damián Schonborn | 2023-07-16 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | | | | | | | Trying to use yubioath-desktop results on this error: yubioath-desktop has been deprecated by upstream in favor of yubioath-flutter On the current stable channel (23.05). Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com> | |||||
* | | Merge pull request #388 from Paraphraser/20230628-multiple-hosts-master | drduh | 2023-08-13 | 1 | -0/+143 | |
|\ \ | | | | | | | 2023-06-28 Add section on setting up multiple hosts | |||||
| * | | add missing code-fence language indicators + zap extraneous tabs | Phill Kelley | 2023-06-29 | 1 | -9/+9 | |
| | | | | | | | | | | | | Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com> | |||||
| * | | explain use of card URL field to obtain public key from keyserver | Phill Kelley | 2023-06-29 | 1 | -0/+69 | |
| | | | | | | | | | | | | Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com> | |||||
| * | | 2023-06-28 Add section on setting up multiple hosts | Phill Kelley | 2023-06-28 | 1 | -0/+74 | |
| |/ | | | | | | | | | | | | | | | | | | | | | Issue #382 suggests adding a section explaining how to use the same YubiKey on multiple hosts. This PR incorporates most of the suggestions. Fixes: #382 Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com> | |||||
* | | Merge pull request #383 from o-kotb/master | drduh | 2023-08-13 | 1 | -17/+18 | |
|\ \ | | | | | | | Update ykman set-touch instructions | |||||
| * | | Update ykman set-touch instructions | Omar Kotb | 2023-05-15 | 1 | -17/+18 | |
| |/ | ||||||
* | | Merge pull request #380 from smoores-dev/adduid | drduh | 2023-08-13 | 1 | -1/+126 | |
|\ \ | | | | | | | Add instructions for adding a new identity | |||||
| * | | Add instructions for adding a new identity | Shane Friedman | 2023-04-15 | 1 | -1/+126 | |
| |/ | ||||||
* | | Merge pull request #379 from Dreista/patch-1 | drduh | 2023-08-13 | 1 | -2/+2 | |
|\ \ | | | | | | | Fix typo | |||||
| * | | Fix typo | Kumiko as a Service | 2023-03-31 | 1 | -2/+2 | |
| |/ | | | | | pegant -> pageant | |||||
* | | Merge pull request #377 from taigrr/polkit-req-376 | drduh | 2023-08-13 | 1 | -0/+18 | |
|\ \ | |/ |/| | add polkit rule troubleshooting tip | |||||
| * | add polkit rule troubleshooting tip | Tai Groot | 2023-03-21 | 1 | -0/+18 | |
|/ | ||||||
* | Merge pull request #372 from PhilipMay/patch-2 | drduh | 2023-03-19 | 1 | -1/+1 | |
|\ | | | | | Mac command to activate change for pinentry. | |||||
| * | Update README.md | Philip May | 2023-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #371 from PhilipMay/patch-1 | drduh | 2023-03-19 | 1 | -1/+1 | |
|\ \ | |/ |/| | Describe command to disable OTP with ykman. | |||||
| * | Update README.md | Philip May | 2023-02-16 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #361 from drduh/wip-winter22 | drduh | 2022-12-26 | 1 | -229/+165 | |
|\ | | | | | Fix issues #345, #351 | |||||
| * | Update toc | drduh | 2022-12-26 | 1 | -55/+57 | |
| | | ||||||
| * | More entropy cleanup, move batch instructions to alt | drduh | 2022-12-26 | 1 | -87/+68 | |
| | | ||||||
| * | Clean up entropy instructions | drduh | 2022-12-26 | 1 | -92/+45 | |
| | | ||||||
* | | Merge pull request #360 from drduh/wip-winter22 | drduh | 2022-12-26 | 1 | -5/+9 | |
|\| | | | | | Fix issues #300, #331, #304, #322, #325 | |||||
| * | Fix spacing | drduh | 2022-12-26 | 1 | -4/+3 | |
| | | ||||||
| * | mention gnupg on tpm | drduh | 2022-12-26 | 1 | -0/+1 | |
| | | ||||||
| * | mention wsl2-ssh-pageant alt | drduh | 2022-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | mention KO attacks | drduh | 2022-12-26 | 1 | -0/+2 | |
| | |