From 98f19ed8f8a6fed29d0947604bc14b403547a10d Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 12:15:25 -0500 Subject: [PATCH] use athenix instead of ugaif --- README.md | 4 ++-- default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad4b6b0..e95ac60 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/default.nix b/default.nix index fc6424a..ad53602 100644 --- a/default.nix +++ b/default.nix @@ -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: