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:
parent
9b267dbe99
commit
79f93f3d85
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue