From 925c88e0ca0ee5033d5c19b8a18cb5048fdd0e23 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 10 Oct 2023 15:30:22 +0200 Subject: move to module defined deploy variables --- machines/sin01/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/sin01/default.nix') 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; }; } -- cgit v1.2.3