diff options
-rw-r--r-- | nix/lib/flake-helper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/lib/flake-helper.nix b/nix/lib/flake-helper.nix index dde9256..d50b3d9 100644 --- a/nix/lib/flake-helper.nix +++ b/nix/lib/flake-helper.nix @@ -177,7 +177,7 @@ rec { ... }: { - reboteBuild = true; + remoteBuild = true; hostname = "${ip}"; fastConnection = true; profiles.system = { |