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/phaenn/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'machines/phaenn/default.nix') diff --git a/machines/phaenn/default.nix b/machines/phaenn/default.nix index 866f865..01649db 100644 --- a/machines/phaenn/default.nix +++ b/machines/phaenn/default.nix @@ -53,11 +53,10 @@ in allowedIPs = [ "10.102.1.0/24" "fd15:3d8c:d429:102:100::/72" ]; }; - _module.args.nixinate = { + deploy = { host = endpoint; buildOn = "remote"; substituteOnTarget = true; - hermetic = true; - nixOptions = [ "--show-trace" ]; + hermetic = false; }; } -- cgit v1.2.3