Remote build remote deployments

This commit is contained in:
SebastianStork 2025-05-11 13:17:20 +02:00
parent 68458ebd83
commit f7d58c5cbb

View file

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