From f48677c5038c77645849150a719e5237e24a3c00 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 28 Mar 2025 21:27:07 +0100 Subject: [PATCH] Build locally with deploy-rs --- flake/hosts.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake/hosts.nix b/flake/hosts.nix index cb95349..f606551 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -34,13 +34,11 @@ in stratus = { hostname = "stratus"; sshUser = "root"; - remoteBuild = true; profiles.system.path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.stratus; }; alto = { hostname = "alto"; sshUser = "root"; - remoteBuild = true; profiles.system.path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.alto; }; };