From 4667bb363fe488aee6fa8576ee0726a8d1eeee52 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 13 Sep 2024 00:23:48 +0200 Subject: [PATCH] Remotely build host stratus --- flake/hosts.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake/hosts.nix b/flake/hosts.nix index 7e895b5..b75e586 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -38,6 +38,7 @@ in deploy.nodes.stratus = { hostname = "stratus"; sshUser = "root"; + remoteBuild = true; profiles.system.path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.stratus; }; };