Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #464 from forbytten/add_uids_issue_445HEADmaster | drduh | 2024-12-09 | 1 | -0/+45 |
|\ | | | | | Addresses issue 445 | ||||
| * | Fixed formatting to conform to existing conventions | forbytten | 2024-11-21 | 1 | -3/+3 |
| | | |||||
| * | Addresses [Missing section for adding ↵ | forbytten | 2024-11-21 | 1 | -0/+45 |
| | | | | | | | | uids](https://github.com/drduh/YubiKey-Guide/issues/445) | ||||
* | | Merge pull request #467 from FlakM/patch-1 | drduh | 2024-12-09 | 1 | -1/+1 |
|\ \ | |/ |/| | Update README.md typo | ||||
| * | Update README.md typo | Maciej Flak | 2024-12-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #463 from forbytten/gpg_passphrase_fd_0 | drduh | 2024-11-03 | 1 | -8/+8 |
|\ | | | | | Pass passphrase to gpg using --passphrase-fd 0 | ||||
| * | Passphrase now passed to gpg from stdin via the --passphrase-fd 0 option ↵ | forbytten | 2024-10-26 | 1 | -8/+8 |
| | | | | | | | | instead of via the --passphrase option. The latter exposes the passphrase to observation by other processes on the system and the gpg man page includes a disclaimer for it: Don't use this option if you can avoid it. Although the README recommends a single user, ephemeral Debian Live environment, users may choose to ignore that recommendation so it seems best to protect them from themselves where possible. | ||||
* | | Merge pull request #462 from xty/patch-1 | drduh | 2024-10-31 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix grammar mistake in passage about polkit rules | ||||
| * | Fix grammar mistake in passage about polkit rules | XTY | 2024-10-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #458 from drduh/18aug24 | drduh | 2024-08-18 | 1 | -14/+6 |
|\ | | | | | use printf, export keyid, fix link | ||||
| * | consolidate agent commands | drduh | 2024-08-18 | 1 | -0/+1 |
| | | |||||
| * | use printf, export keyid, fix link | drduh | 2024-08-18 | 1 | -14/+5 |
|/ | |||||
* | Merge pull request #457 from snqk/docs/thunderbird | drduh | 2024-08-18 | 1 | -0/+7 |
|\ | | | | | mail/thunderbird: add instructions & warnings | ||||
| * | mail/thunderbird: fix typo | snqk | 2024-08-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: snqk <me@snqk.dev> | ||||
| * | mail/thunderbird: add instructions & warnings | snqk | 2024-08-17 | 1 | -0/+7 |
|/ | | | | | | | | - add instructions to configure the thunderbird client with this setup - add warning for commonly encountered issues when decrypting emails (Resolves #448) Signed-off-by: snqk <me@snqk.dev> | ||||
* | Merge pull request #453 from jwpconsulting/update-nix | drduh | 2024-07-21 | 2 | -8/+10 |
|\ | | | | | Update flake.lock, system.stateVersion and migrate displayManager setting | ||||
| * | Rename displayManager.autoLogin setting | Justus Perlwitz | 2024-07-20 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | This is based on a warning encountered when running the build with nix build .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage The message encountered was: > trace: warning: The option `services.xserver.displayManager.autoLogin' defined in `/nix/store/sj9yrq21wbbfr5715hys3laa2qd6x471-source/flake.nix' has been renamed to `services.displayManager.autoLogin'. | ||||
| * | Update system.stateVersion to 24.05 | Justus Perlwitz | 2024-07-20 | 1 | -1/+1 |
| | | |||||
| * | flake.lock: Update | Justus Perlwitz | 2024-07-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c0d0be00d4ecc4b51d2d6948e37466194c1e6c51' (2024-07-04) → 'github:NixOS/nixpkgs/c716603a63aca44f39bef1986c13402167450e0a' (2024-07-17) | ||||
* | | Merge pull request #452 from jwpconsulting/cosmetic-fixes | drduh | 2024-07-21 | 1 | -2/+15 |
|\ \ | |/ |/| | Add instructions how to run NixOS YubiKey live image with QEMU | ||||
| * | Remove trailing whitespace in README.md | Justus Perlwitz | 2024-07-20 | 1 | -2/+2 |
| | | |||||
| * | Document how to test NixOS build with QEMU | Justus Perlwitz | 2024-07-20 | 1 | -0/+13 |
|/ | |||||
* | Merge pull request #450 from motiejus/nixos-24.05 | drduh | 2024-07-08 | 2 | -13/+16 |
|\ | | | | | NixOS: bump to 24.05 | ||||
| * | flake.lock: Update | Motiejus Jakštys | 2024-07-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Flake lock file updates: • Updated input 'drduhConfig': 'github:drduh/config/8c21617100795fea2313656abdf25f93b98fdc30' (2023-10-16) → 'github:drduh/config/4eca229664d056737f1a097cdbdb10e5f247b0bc' (2024-06-30) | ||||
| * | NixOS: bump to 24.05 | Motiejus Jakštys | 2024-07-07 | 2 | -10/+13 |
| | | | | | | | | | | | | - remove hopenpgp-tools (as per README) - add dirmgr - add rng-tools | ||||
* | | Merge pull request #449 from denis-roy/master | drduh | 2024-07-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Corrected small typo in README.md | ||||
| * | Corrected small typo in README.md | denis-roy | 2024-07-06 | 1 | -1/+1 |
|/ | | | maintenace -> maintenance | ||||
* | Merge pull request #447 from drduh/wip-30jun24 | drduh | 2024-07-04 | 1 | -25/+27 |
|\ | | | | | Export variables throughout (fix #434) | ||||
| * | Should only have one identity loaded when renewing | drduh | 2024-06-30 | 1 | -1/+1 |
| | | |||||
| * | Renew expired subkeys, fix #442 | drduh | 2024-06-30 | 1 | -1/+2 |
| | | |||||
| * | Fix secret function | drduh | 2024-06-30 | 1 | -2/+2 |
| | | |||||
| * | Export variables throughout | drduh | 2024-06-30 | 1 | -22/+23 |
|/ | |||||
* | Merge pull request #435 from straysheep-dev/patch-1 | drduh | 2024-06-10 | 1 | -1/+63 |
|\ | | | | | Add networking section to README.md | ||||
| * | Move networking section to Optional hardening | straysheep-dev | 2024-05-05 | 1 | -67/+64 |
| | | |||||
| * | Merge branch 'drduh:master' into patch-1 | straysheep-dev | 2024-05-05 | 3 | -3/+135 |
| |\ | |/ |/| | |||||
* | | Merge pull request #440 from manuth/fix-gnupghome-var | drduh | 2024-05-06 | 1 | -1/+1 |
|\ \ | | | | | | | Suggest Exporting the `GNUPGHOME` Variable in the Guide | ||||
| * | | Export the `GNUPGHOME` variable | Manuel Thalmann | 2024-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Merging this PR will fix #434 | ||||
* | | | Merge pull request #438 from manuth/diceware-webapp | drduh | 2024-05-05 | 2 | -0/+126 |
|\ \ \ | | | | | | | | | Add the `diceware` Web-App to the NixOS ISO | ||||
| * | | | Include the diceware web app | Manuel Thalmann | 2024-05-03 | 2 | -0/+126 |
| |/ / | |||||
* | | | Merge pull request #439 from manuth/markdown-viewer | drduh | 2024-05-05 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Add a Markdown Viewer to the NixOS Image | ||||
| * | | | Add `okular` as a markdown viewer | Manuel Thalmann | 2024-05-03 | 1 | -0/+3 |
| |/ / | |||||
* | | | Merge pull request #437 from manuth/screensaver | drduh | 2024-05-05 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Disable Screensaver | ||||
| * | | | Disable screen saver | Manuel Thalmann | 2024-05-03 | 1 | -1/+4 |
| |/ / | |||||
* | | | Merge pull request #436 from manuth/guide-icon | drduh | 2024-05-05 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix Guide Desktop Icon | ||||
| * | | Fix non-existent guide icon | Manuel Thalmann | 2024-05-03 | 1 | -1/+1 |
|/ / | |||||
| * | Add networking section to README.md | straysheep-dev | 2024-04-18 | 1 | -2/+67 |
|/ | |||||
* | Merge pull request #431 from drduh/wip-29mar24 | drduh | 2024-03-30 | 3 | -15/+18 |
|\ | | | | | Minor style & format tidy, annotate passphrase templates | ||||
| * | Tidy style and formatting | drduh | 2024-03-29 | 1 | -15/+14 |
| | | |||||
| * | annotate passphrase templates | drduh | 2024-03-29 | 2 | -0/+4 |
|/ | |||||
* | Merge pull request #430 from wstephenson/master | drduh | 2024-03-25 | 1 | -3/+3 |
|\ | | | | | Fix broken 'SSH agent forwarding' internal links |