diff options
Diffstat (limited to 'users/wpcarro')
-rw-r--r-- | users/wpcarro/nixos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/nixos/default.nix b/users/wpcarro/nixos/default.nix index f88f0983c9ec..af98bb0ecd81 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. |