diff --git a/README.md b/README.md index 5027399..d369d67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# UGA Innovation Factory - NixOS Systems +# UGA Innovation Factory - Athenix [![CI](https://github.com/UGA-Innovation-Factory/nixos-systems/actions/workflows/ci.yml/badge.svg)](https://github.com/UGA-Innovation-Factory/nixos-systems/actions/workflows/ci.yml) diff --git a/flake.nix b/flake.nix index 118cbc6..1bc6f2b 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ # Flake Entry Point # ============================================================================ # This file defines the inputs (dependencies) and outputs (configurations) - # for the NixOS systems. It ties together the hardware, software, and user + # for Athenix. It ties together the hardware, software, and user # configurations into deployable systems. inputs = { diff --git a/inventory.nix b/inventory.nix index cd48673..e462675 100644 --- a/inventory.nix +++ b/inventory.nix @@ -123,7 +123,7 @@ }; "usda-dash" = builtins.fetchGit { url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git"; - rev = "c47ab8fe295ba38cf3baa8670812b23a09fb4d53"; + rev = "98f19ed8f8a6fed29d0947604bc14b403547a10d"; }; }; overrides = { diff --git a/sw/updater.nix b/sw/updater.nix index 42883ab..3d169e1 100644 --- a/sw/updater.nix +++ b/sw/updater.nix @@ -72,8 +72,9 @@ with lib; hosts = config.athenix.sw.remoteBuild.hosts; builders = lib.strings.concatMapStringsSep ";" (x: x) hosts; rebuildCmd = "${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --refresh"; - source = "--flake github:UGA-Innovation-Factory/nixos-systems"; - remoteBuildFlags = if config.athenix.sw.remoteBuild.enable then ''--builders "${builders}"'' else ""; + source = "--flake git+https://git.factory.uga.edu/UGA-Innovation-Factory/athenix"; + remoteBuildFlags = + if config.athenix.sw.remoteBuild.enable then ''--builders "${builders}"'' else ""; in "${rebuildCmd} ${remoteBuildFlags} --print-build-logs ${source}#${config.networking.hostName}"; User = "root"; diff --git a/users.nix b/users.nix index f86c7c8..e813fa8 100644 --- a/users.nix +++ b/users.nix @@ -49,7 +49,7 @@ hdh20267 = { external = builtins.fetchGit { url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix"; - rev = "db96137bb4cb16acefcf59d58c9f848924f2ad43"; + rev = "c538e0c0510045b58264627bb897fc499dc7c490"; }; }; sv22900 = {