aboutsummaryrefslogtreecommitdiff
path: root/machines/nyc01/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/nyc01/default.nix')
-rw-r--r--machines/nyc01/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/nyc01/default.nix b/machines/nyc01/default.nix
index ef81a57..8331c8f 100644
--- a/machines/nyc01/default.nix
+++ b/machines/nyc01/default.nix
@@ -30,10 +30,10 @@ in
allowedIPs = [ "10.102.3.0/24" "fd15:3d8c:d429:102:300::/72" ];
};
- _module.args.nixinate = {
+ deploy = {
host = endpoint;
buildOn = "local";
substituteOnTarget = true;
- hermetic = true;
+ hermetic = false;
};
}