- netboot-base.nix with SSH key auth - Launch scripts for node01/02/03 - Node configuration.nix and disko.nix - Nix modules for first-boot automation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
22 lines
264 B
Text
22 lines
264 B
Text
# Ignore runtime boot assets
|
|
assets/*.kpxe
|
|
assets/*.efi
|
|
assets/*.ipxe
|
|
assets/bzImage
|
|
assets/initrd
|
|
|
|
# Ignore downloaded or built bootloaders
|
|
*.kpxe
|
|
*.efi
|
|
!.gitkeep
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.bak
|
|
*~
|
|
|
|
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore build artifacts
|
|
build/
|