Files
nixconfig/.gitignore
T
OpenAI Coding Assistant ad39155705 feat: add recovery-safe physical host and VPN tools
Keep kbot, Plasma/SDDM, NetworkManager, systemd-boot and the installed storage while adding dev/Hyprland as a separate physical host target. Keep EC2 integration and its updater isolated.

Include WireGuard/OpenVPN clients, NetworkManager OpenVPN integration and network diagnostics; add recovery checks and activation instructions.
2026-09-05 22:02:50 -05:00

20 lines
308 B
Plaintext

# Nix build results and local environment state.
/result
/result-*
/.direnv/
# NixOS-generated files when the checkout lives at /etc/nix.
/nix.conf
/registry.json
# Local secrets must never be imported into Nix or committed.
/.env
/.env.*
!/.env.example
/secrets/
# Editor temporary files.
*.swp
*.swo
*~