finish rename

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:22:56 -05:00
parent 6ab5f20946
commit 811eb1bd4b
5 changed files with 7 additions and 6 deletions

View File

@@ -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";