diff options
| author | seth <[email protected]> | 2023-04-23 07:21:23 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-23 07:21:23 -0400 |
| commit | 07af751ba8cccf8009cf3586f07d746141f2ebab (patch) | |
| tree | d1ce4adf95ffb299696837385eb99b8310122d2d /hosts/default.nix | |
| parent | b4e31ae959e612771f411bd4f9ee05ad16ac8d19 (diff) | |
add nixinate
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 11 |
1 files changed, 10 insertions, 1 deletions
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; + }; } ]; }; |
