- Add installer/fresh-install.sh for installing from live ISO - Handles disk partitioning, LUKS encryption, filesystem setup - Generates minimal NixOS config for first boot - Enable flakes in ISO environment - Pass installer script content to ISO build via specialArgs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
270 B
Plaintext
23 lines
270 B
Plaintext
# Nix build artifacts
|
|
result
|
|
result-*
|
|
|
|
# Secrets (never commit unencrypted secrets)
|
|
secrets/*.age
|
|
!secrets/secrets.nix
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local user config (generated by installer)
|
|
config.local.nix
|
|
test-vm/
|