feat(wpcarro/nix): Hard-code billandhiscomputer.com

...into the rebuild-diogenes script.

Change-Id: Ib5ae5e3fcf7534f5aa5fdd366b41500aa3a85f9e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5291
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-02-14 14:24:03 -08:00 committed by clbot
parent 9b267dbe99
commit 79f93f3d85

View file

@ -32,7 +32,7 @@ in
# Rebuild NixOS for diogenes without applying terraform updates.
rebuild-diogenes = pkgs.writeShellScriptBin "rebuild-diogenes" ''
set -euo pipefail
readonly target="root@''${1}"
readonly target="root@billandhiscomputer.com"
# We need to call nix-build here on the drvPath because it may not be in
# /nix/store yet.