mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Build locally with deploy-rs
This commit is contained in:
parent
6d712e4690
commit
f48677c503
1 changed files with 0 additions and 2 deletions
|
|
@ -34,13 +34,11 @@ in
|
|||
stratus = {
|
||||
hostname = "stratus";
|
||||
sshUser = "root";
|
||||
remoteBuild = true;
|
||||
profiles.system.path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.stratus;
|
||||
};
|
||||
alto = {
|
||||
hostname = "alto";
|
||||
sshUser = "root";
|
||||
remoteBuild = true;
|
||||
profiles.system.path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.alto;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue