This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-17 00:04:34 -06:00
parent ee8ab43b89
commit 438f48ebf0
3 changed files with 10 additions and 10 deletions

View file

@ -113,7 +113,7 @@ NIX_SSHOPTS="-i /run/agenix/nix2nix" sudo nixos-rebuild switch --flake "git+http
## USB Key
```sh
DEVICE=sdc
DEVICE=sdb
parted /dev/$DEVICE -- mklabel gpt
parted /dev/$DEVICE -- mkpart KEY fat32 1MB 100%
DEVICE=$DEVICE"1"