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.
20 lines
308 B
Plaintext
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
|
|
*~
|