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