diff options
Diffstat (limited to 'hosts/atlas')
| -rw-r--r-- | hosts/atlas/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index ad6e7e8..89ea2c9 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -9,6 +9,14 @@ ./nginx.nix ]; + _module.args.nixinate = { + host = "atlas"; + sshUser = "root"; + buildOn = "remote"; + substituteOnTarget = true; + hermetic = true; + }; + boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; |
