From 2ebe20e6011112241839cd081471c09b76665350 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 21 Oct 2022 14:08:41 +0200 Subject: [PATCH] update usb article --- content/nixos/nixos-usb-stick.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/nixos/nixos-usb-stick.md b/content/nixos/nixos-usb-stick.md index e1c66f0..4d1bfa6 100644 --- a/content/nixos/nixos-usb-stick.md +++ b/content/nixos/nixos-usb-stick.md @@ -18,6 +18,9 @@ is quite easy and has some use cases. * As a holiday tool * For schools +If you don't care about encryption and just want to create a bootable USB stick, +you are better off [creating an ISO with nixos-generators](https://github.com/nix-community/nixos-generators) and `dd`. + # Requirements You need a USB stick with at least 64GB otherwise major updates might get problematic.