diff options
author | Emile <git@emile.space> | 2024-09-29 00:00:27 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-09-29 00:00:27 +0200 |
commit | bee2e608eb6ef004b9dfbecdabfa9eb3a3778dfc (patch) | |
tree | 7b28576eda8baea74e02ecc761bd9f0f1a9f54a8 /nix/lib/flake-helper.nix | |
parent | 884cc9b71c7b9ced458867972c68490ddbb5852e (diff) |
deploy-rs remote builds
Diffstat (limited to 'nix/lib/flake-helper.nix')
-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 = { |