mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Build remote deployments on local host
This commit is contained in:
parent
23ac618fb6
commit
5bdb28659f
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ 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