deploy-rs: Deploy over nebula

This commit is contained in:
SebastianStork 2026-01-10 17:47:57 +01:00
parent c6b56d87ff
commit 809bf48e9d
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -21,8 +21,11 @@ let
}; };
mkDeployNode = hostname: { mkDeployNode = hostname: {
inherit hostname; hostname = "${hostname}.${
sshUser = "root"; self.nixosConfigurations.${hostname}.config.custom.services.nebula.network.domain
}";
user = "root";
interactiveSudo = true;
profiles.system.path = profiles.system.path =
inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.deploy-rs.lib.x86_64-linux.activate.nixos
self.nixosConfigurations.${hostname}; self.nixosConfigurations.${hostname};