feat: Rename project to 'Athenix'

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:07:25 -05:00
committed by Hunter Halloran
parent d97ece898c
commit d205211c7d
39 changed files with 278 additions and 277 deletions

View File

@@ -79,7 +79,7 @@ let
let
cfg = hosts.nixosConfigurations.${name};
in
if lib.elem "installer-iso" cfg.config.ugaif.host.buildMethods then
if lib.elem "installer-iso" cfg.config.athenix.host.buildMethods then
[
{
name = "installer-iso-${name}";
@@ -98,7 +98,7 @@ let
let
cfg = hosts.nixosConfigurations.${name};
in
if lib.elem "iso" cfg.config.ugaif.host.buildMethods then
if lib.elem "iso" cfg.config.athenix.host.buildMethods then
[
{
name = "iso-${name}";
@@ -117,7 +117,7 @@ let
let
cfg = hosts.nixosConfigurations.${name};
in
if lib.elem "ipxe" cfg.config.ugaif.host.buildMethods then
if lib.elem "ipxe" cfg.config.athenix.host.buildMethods then
[
{
name = "ipxe-${name}";
@@ -147,7 +147,7 @@ let
let
cfg = hosts.nixosConfigurations.${name};
in
if lib.elem "lxc" cfg.config.ugaif.host.buildMethods then
if lib.elem "lxc" cfg.config.athenix.host.buildMethods then
[
{
name = "lxc-${name}";
@@ -166,7 +166,7 @@ let
let
cfg = hosts.nixosConfigurations.${name};
in
if lib.elem "proxmox" cfg.config.ugaif.host.buildMethods then
if lib.elem "proxmox" cfg.config.athenix.host.buildMethods then
[
{
name = "proxmox-${name}";