From 07af751ba8cccf8009cf3586f07d746141f2ebab Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 23 Apr 2023 07:21:23 -0400 Subject: add nixinate --- hosts/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'hosts/default.nix') diff --git a/hosts/default.nix b/hosts/default.nix index 97574c5..7b13c1b 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -45,7 +45,7 @@ in { nixos-hardware.nixosModules.common-gpu-nvidia-nonprime nixos-hardware.nixosModules.common-pc-ssd lanzaboote.nixosModules.lanzaboote - (import "${self}/modules/nixos/virtualisation") + (import "${self}/modules/nixos/virtualisation.nix") ]; }; glados-wsl = { @@ -81,7 +81,16 @@ in { pbodyPassword.file = "${self}/users/_secrets/pbodyPassword.age"; }; }; + nixos.enable = true; + + _module.args.nixinate = { + host = "167.99.145.73"; + sshUser = "root"; + buildOn = "remote"; + substituteOnTarget = true; + hermetic = false; + }; } ]; }; -- cgit v1.2.3