remove sd

This commit is contained in:
mjallen18
2026-01-23 14:33:59 -06:00
parent e5dbeadbb6
commit 6cfb31fdc9
5 changed files with 1 additions and 182 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu
for flavor in {jallen-nas,matt-nixos,nuc-nixos,steamdeck}; do
for flavor in {jallen-nas,matt-nixos,nuc-nixos}; do
nh os build --cores=20 --hostname="${flavor}" --out-link="result-${flavor}"
done