docs: update all references from hosts/ to glue/ and variants/

- Update README.md structure section
- Update DEVELOPMENT.md, EXTERNAL_MODULES.md, INVENTORY.md
- Update GitHub Copilot instructions
- Update PROXMOX_LXC.md references
- Clarify new directory organization and purpose
This commit is contained in:
UGA Innovation Factory
2026-01-06 18:32:18 -05:00
parent faf7bb635e
commit 6972a999ca
6 changed files with 44 additions and 24 deletions

View File

@@ -123,11 +123,11 @@ nix-surface = {
### Method 4: External Module
Reference a Git repository instead of inline configuration:
Reference a Git repository using the `external` field (lazy evaluation):
```nix
nix-lxc = {
devices."builder" = builtins.fetchGit {
devices."builder".external = builtins.fetchGit {
url = "https://git.factory.uga.edu/org/builder-config";
rev = "abc123...";
};