aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #464 from forbytten/add_uids_issue_445HEADmasterdrduh2024-12-091-0/+45
|\ | | | | Addresses issue 445
| * Fixed formatting to conform to existing conventionsforbytten2024-11-211-3/+3
| |
| * Addresses [Missing section for adding ↵forbytten2024-11-211-0/+45
| | | | | | | | uids](https://github.com/drduh/YubiKey-Guide/issues/445)
* | Merge pull request #467 from FlakM/patch-1drduh2024-12-091-1/+1
|\ \ | |/ |/| Update README.md typo
| * Update README.md typoMaciej Flak2024-12-031-1/+1
|/
* Merge pull request #463 from forbytten/gpg_passphrase_fd_0drduh2024-11-031-8/+8
|\ | | | | Pass passphrase to gpg using --passphrase-fd 0
| * Passphrase now passed to gpg from stdin via the --passphrase-fd 0 option ↵forbytten2024-10-261-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-1drduh2024-10-311-1/+1
|\ \ | |/ |/| Fix grammar mistake in passage about polkit rules
| * Fix grammar mistake in passage about polkit rulesXTY2024-10-171-1/+1
|/
* Merge pull request #458 from drduh/18aug24drduh2024-08-181-14/+6
|\ | | | | use printf, export keyid, fix link
| * consolidate agent commandsdrduh2024-08-181-0/+1
| |
| * use printf, export keyid, fix linkdrduh2024-08-181-14/+5
|/
* Merge pull request #457 from snqk/docs/thunderbirddrduh2024-08-181-0/+7
|\ | | | | mail/thunderbird: add instructions & warnings
| * mail/thunderbird: fix typosnqk2024-08-171-1/+1
| | | | | | | | Signed-off-by: snqk <me@snqk.dev>
| * mail/thunderbird: add instructions & warningssnqk2024-08-171-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-nixdrduh2024-07-212-8/+10
|\ | | | | Update flake.lock, system.stateVersion and migrate displayManager setting
| * Rename displayManager.autoLogin settingJustus Perlwitz2024-07-201-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.05Justus Perlwitz2024-07-201-1/+1
| |
| * flake.lock: UpdateJustus Perlwitz2024-07-201-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-fixesdrduh2024-07-211-2/+15
|\ \ | |/ |/| Add instructions how to run NixOS YubiKey live image with QEMU
| * Remove trailing whitespace in README.mdJustus Perlwitz2024-07-201-2/+2
| |
| * Document how to test NixOS build with QEMUJustus Perlwitz2024-07-201-0/+13
|/
* Merge pull request #450 from motiejus/nixos-24.05drduh2024-07-082-13/+16
|\ | | | | NixOS: bump to 24.05
| * flake.lock: UpdateMotiejus Jakštys2024-07-071-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.05Motiejus Jakštys2024-07-072-10/+13
| | | | | | | | | | | | - remove hopenpgp-tools (as per README) - add dirmgr - add rng-tools
* | Merge pull request #449 from denis-roy/masterdrduh2024-07-081-1/+1
|\ \ | |/ |/| Corrected small typo in README.md
| * Corrected small typo in README.mddenis-roy2024-07-061-1/+1
|/ | | maintenace -> maintenance
* Merge pull request #447 from drduh/wip-30jun24drduh2024-07-041-25/+27
|\ | | | | Export variables throughout (fix #434)
| * Should only have one identity loaded when renewingdrduh2024-06-301-1/+1
| |
| * Renew expired subkeys, fix #442drduh2024-06-301-1/+2
| |
| * Fix secret functiondrduh2024-06-301-2/+2
| |
| * Export variables throughoutdrduh2024-06-301-22/+23
|/
* Merge pull request #435 from straysheep-dev/patch-1drduh2024-06-101-1/+63
|\ | | | | Add networking section to README.md
| * Move networking section to Optional hardeningstraysheep-dev2024-05-051-67/+64
| |
| * Merge branch 'drduh:master' into patch-1straysheep-dev2024-05-053-3/+135
| |\ | |/ |/|
* | Merge pull request #440 from manuth/fix-gnupghome-vardrduh2024-05-061-1/+1
|\ \ | | | | | | Suggest Exporting the `GNUPGHOME` Variable in the Guide
| * | Export the `GNUPGHOME` variableManuel Thalmann2024-05-031-1/+1
| | | | | | | | | | | | Merging this PR will fix #434
* | | Merge pull request #438 from manuth/diceware-webappdrduh2024-05-052-0/+126
|\ \ \ | | | | | | | | Add the `diceware` Web-App to the NixOS ISO
| * | | Include the diceware web appManuel Thalmann2024-05-032-0/+126
| |/ /
* | | Merge pull request #439 from manuth/markdown-viewerdrduh2024-05-051-0/+3
|\ \ \ | | | | | | | | Add a Markdown Viewer to the NixOS Image
| * | | Add `okular` as a markdown viewerManuel Thalmann2024-05-031-0/+3
| |/ /
* | | Merge pull request #437 from manuth/screensaverdrduh2024-05-051-1/+4
|\ \ \ | | | | | | | | Disable Screensaver
| * | | Disable screen saverManuel Thalmann2024-05-031-1/+4
| |/ /
* | | Merge pull request #436 from manuth/guide-icondrduh2024-05-051-1/+1
|\ \ \ | |/ / |/| | Fix Guide Desktop Icon
| * | Fix non-existent guide iconManuel Thalmann2024-05-031-1/+1
|/ /
| * Add networking section to README.mdstraysheep-dev2024-04-181-2/+67
|/
* Merge pull request #431 from drduh/wip-29mar24drduh2024-03-303-15/+18
|\ | | | | Minor style & format tidy, annotate passphrase templates
| * Tidy style and formattingdrduh2024-03-291-15/+14
| |
| * annotate passphrase templatesdrduh2024-03-292-0/+4
|/
* Merge pull request #430 from wstephenson/masterdrduh2024-03-251-3/+3
|\ | | | | Fix broken 'SSH agent forwarding' internal links