mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Remote build remote deployments
This commit is contained in:
parent
68458ebd83
commit
f7d58c5cbb
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ let
|
||||||
${hostName} = {
|
${hostName} = {
|
||||||
hostname = hostName;
|
hostname = hostName;
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
|
remoteBuild = 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};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue