about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/wpcarro/nixos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/nixos/default.nix b/users/wpcarro/nixos/default.nix
index f88f0983c9..af98bb0ecd 100644
--- a/users/wpcarro/nixos/default.nix
+++ b/users/wpcarro/nixos/default.nix
@@ -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.