From de807d65a6f2dd5ce81507bff456449a912b131d Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Sep 2023 21:57:04 -0400 Subject: hosts: deploy-rs -> nixinate deploy-rs still has issues with tailscale :( --- hosts/atlas/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/atlas') 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; -- cgit v1.2.3