aboutsummaryrefslogtreecommitdiff
path: root/machines/ettves
diff options
context:
space:
mode:
Diffstat (limited to 'machines/ettves')
-rw-r--r--machines/ettves/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/machines/ettves/default.nix b/machines/ettves/default.nix
index cf3fe23..5ffbad7 100644
--- a/machines/ettves/default.nix
+++ b/machines/ettves/default.nix
@@ -128,11 +128,10 @@ in {
allowedIPs = [ "10.10.0.0/24" "10.102.0.0/24" "fd15:3d8c:d429:102::/72" ];
};
- _module.args.nixinate = {
+ deploy = {
host = endpoint;
buildOn = "remote";
substituteOnTarget = true;
hermetic = false;
- nixOptions = [ "--show-trace" ];
};
}