diff options
Diffstat (limited to 'machines/nixos-test/default.nix')
| -rw-r--r-- | machines/nixos-test/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/nixos-test/default.nix b/machines/nixos-test/default.nix index ce1d9d9..651ae82 100644 --- a/machines/nixos-test/default.nix +++ b/machines/nixos-test/default.nix @@ -13,4 +13,11 @@ users.users.root.openssh.authorizedKeys.keys = [ ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO2eIUtbt7RM75ThjKfUjm24QkzkzCSj7hs+GLaaxMeH cardno:12_767_512'' ]; + + _module.args.nixinate = { + host = "10.49.212.3"; + buildOn = "remote"; + substituteOnTarget = true; + hermetic = false; + }; } |
