nix format

This commit is contained in:
mjallen18
2026-01-07 09:17:34 -06:00
parent 98c627531c
commit dabd791fac
20 changed files with 546 additions and 316 deletions

8
build-all.sh Executable file
View File

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