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

@@ -87,7 +87,7 @@ athenix.users.newuser = {
};
```
2. Enable on hosts in `inventory.nix`:
2. Enable on fleet in `inventory.nix`:
```nix
nix-laptop = {
@@ -294,7 +294,7 @@ For system config:
```nix
# inventory.nix
nix-lxc = {
devices."server" = builtins.fetchGit {
devices."server".external = builtins.fetchGit {
url = "https://git.factory.uga.edu/org/server-config";
rev = "abc123...";
};