aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--nix/diceware-vt.patch (renamed from diceware-vt.patch)0
-rw-r--r--nix/flake.lock (renamed from flake.lock)0
-rw-r--r--nix/flake.nix (renamed from flake.nix)0
4 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1d13323..88d5bba 100644
--- a/README.md
+++ b/README.md
@@ -204,9 +204,7 @@ brew install \
> [!NOTE]
> An additional Python package dependency may need to be installed to use [`ykman`](https://support.yubico.com/support/solutions/articles/15000012643-yubikey-manager-cli-ykman-user-guide) - `pip install yubikey-manager`
-Or
-
-Install [MacPorts](https://www.macports.org/install.php) and the following packages:
+Or using [MacPorts](https://www.macports.org/install.php), install the following packages:
```console
sudo port install gnupg2 yubikey-manager pinentry wget
@@ -237,7 +235,7 @@ Build the image:
nix build --experimental-features "nix-command flakes" .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage
```
-Copy it to a USB drive:
+Copy to USB drive:
```console
sudo cp -v result/iso/yubikeyLive.iso /dev/sdc ; sync
@@ -245,8 +243,8 @@ sudo cp -v result/iso/yubikeyLive.iso /dev/sdc ; sync
Skip steps to create a temporary working directory and a hardened configuration, as they are already part of the image.
-If you want to test your build before copying it into a USB stick, you can try it out on your machine using a tool like QEMU.
-Please keep in mind that a virtualized environment does not provide the same amount of security as an ephemeral system (see *Prepare environment* above).
+Test builds using virtualization tools like QEMU. Keep in mind a virtualized environment does not provide the same amount of security as an ephemeral system (see *Prepare environment* above).
+
Here is an example QEMU invocation after placing `yubikeyLive` in `result/iso` using the above `nix build` command:
```console
diff --git a/diceware-vt.patch b/nix/diceware-vt.patch
index 8911ed2..8911ed2 100644
--- a/diceware-vt.patch
+++ b/nix/diceware-vt.patch
diff --git a/flake.lock b/nix/flake.lock
index 38f65c8..38f65c8 100644
--- a/flake.lock
+++ b/nix/flake.lock
diff --git a/flake.nix b/nix/flake.nix
index 475885c..475885c 100644
--- a/flake.nix
+++ b/nix/flake.nix