diff options
Diffstat (limited to 'machines/phaenn/default.nix')
| -rw-r--r-- | machines/phaenn/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
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; }; } |
