This commit is contained in:
plasmagoat 2025-06-09 00:55:51 +02:00
parent a8aa633c49
commit de99267348
11 changed files with 55 additions and 252 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
set -euo pipefail
# This script assumes 'flake.nix' and 'configuration.nix' are in the parent directory
# and outputs the result to a symlink named 'result'
echo "Building NixOS image..."
nix build .#nixosConfigurations.proxmox-vm.config.system.build.qemu-image
echo "NixOS image build complete."