6a2ca62398
- Create nixos-infra-framework repo with reusable modules, lib, pkgs, overlays, scripts, and a sample environment - Restructure private repo: move hosts/, network/, secrets/, users/ into environments/production/ - Update all host configs to import from framework repo via fetchGit - Update deploy.sh with --environment flag (default: production) - Create hypervisor inventory records (Proxmox, non-NixOS) - Add environment entry point: environments/production/configuration.nix - Remove duplicated technical components (now in framework repo)
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
# Ignore all age-encrypted secret files
|
|
*.age
|
|
|
|
# But keep the pubkeys directory (for tracked .age pubkey files)
|
|
!pubkeys/ |