finish rename
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user