From 874a58f74dea0ee6aa775f43f688e8397bc8cfb5 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 29 Dec 2023 06:37:22 -0500 Subject: systems: nixinate works again --- systems/atlas/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'systems/atlas/default.nix') 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; -- cgit v1.2.3