use athenix instead of ugaif

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:15:25 -05:00
parent c47ab8fe29
commit 98f19ed8f8
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ nix-lxc = {
};
};
overrides = {
ugaif.host.useHostPrefix = false;
athenix.host.useHostPrefix = false;
extraUsers = [ "sv22900" "hdh20267" ]; # Users remain in inventory
};
};
@@ -61,7 +61,7 @@ The `default.nix` module includes:
This module:
- Receives the same flake inputs as nixos-systems (nixpkgs, home-manager, etc.)
- Can use ugaif.* options from the host type module
- Can use athenix.* options from the host type module
- Is merged with inventory.nix overrides and extraUsers
- Works with all build methods (LXC, Proxmox, ISO)

View File

@@ -40,8 +40,8 @@
# services.openssh.settings.PermitRootLogin = lib.mkForce "no";
# Configure users (these will be added via inventory.nix extraUsers)
ugaif.users.sv22900.enable = true;
ugaif.users.hdh20267.enable = true;
athenix.users.sv22900.enable = true;
athenix.users.hdh20267.enable = true;
# Dashboard-specific services could go here
# Example: