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.
This commit is contained in:
OpenAI Coding Assistant
2026-09-05 22:02:50 -05:00
parent d1eb2fb6ed
commit ad39155705
10 changed files with 413 additions and 46 deletions
-2
View File
@@ -32,7 +32,5 @@
systemd.tmpfiles.rules = [
"d /home/dev/.config 0755 dev users -"
"d /home/dev/projects 0755 dev users -"
# Keep the working repo editable by dev. Z does not follow store symlinks.
"Z /etc/nixos - dev users -"
];
}