Build remote deployments on local host

This commit is contained in:
SebastianStork 2025-05-27 21:24:05 +02:00
parent 23ac618fb6
commit 5bdb28659f

View file

@ -35,7 +35,6 @@ let
${hostName} = {
hostname = hostName;
sshUser = "root";
remoteBuild = true;
profiles.system.path =
inputs.deploy-rs.lib.x86_64-linux.activate.nixos
self.nixosConfigurations.${hostName};