diff options
Diffstat (limited to 'systems/atlas')
| -rw-r--r-- | systems/atlas/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 836aef7..9e8f926 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -10,6 +10,14 @@ ./teawiebot.nix ]; + _module.args.nixinate = { + host = config.networking.hostName; + sshUser = "root"; + buildOn = "remote"; + substituteOnTarget = true; + hermetic = false; + }; + boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; |
