aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos-test
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
committerMax Audron <audron@cocaine.farm>2023-08-11 16:51:35 +0200
commit40790797e111cec5ff682806998d50c38ed7bca9 (patch)
tree6db95b93f0797a62637845ea4bda5a3eedbc9306 /machines/nixos-test
parentmove nixinate to own flake (diff)
cleanup modules
Diffstat (limited to 'machines/nixos-test')
-rw-r--r--machines/nixos-test/default.nix7
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;
+ };
}