updated documentation

This commit is contained in:
2026-06-01 18:22:05 +10:00
parent 31b57930c6
commit 3259391451
7 changed files with 144 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Evaluate all NixOS hosts
run: |
set -euo pipefail
for host in nixos docker kuma server nix-cache nix-minimal; do
for host in nixos docker kuma server nix-cache nix-minimal pxe-boot; do
echo "Evaluating ${host}"
nix --extra-experimental-features 'nix-command flakes' eval \
".#nixosConfigurations.${host}.config.system.build.toplevel.drvPath" --raw