Initial redoubt in-situ fixes

This commit is contained in:
Lauren Lagarde 2025-08-10 13:18:25 -05:00
parent 915cd1a8cb
commit 1c52bd6f99
7 changed files with 91 additions and 9 deletions

6
sdcard.sh Executable file
View file

@ -0,0 +1,6 @@
if [[ -z "$1" ]]; then
echo "You must specify a nixosConfigurations target!"
exit
fi
nixos-rebuild build-image --image-variant sd-card --flake ".#$1"