rico*: disable remote build on deploy
This commit is contained in:
parent
7de5d69307
commit
1f0305bace
2 changed files with 1 additions and 3 deletions
|
@ -199,7 +199,6 @@
|
|||
Rico0 = {
|
||||
hostname = "Rico0";
|
||||
sshUser = "adtya";
|
||||
remoteBuild = true;
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.Rico0;
|
||||
|
@ -208,7 +207,6 @@
|
|||
Rico1 = {
|
||||
hostname = "Rico1";
|
||||
sshUser = "adtya";
|
||||
remoteBuild = true;
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.Rico1;
|
||||
|
@ -217,7 +215,6 @@
|
|||
Rico2 = {
|
||||
hostname = "Rico2";
|
||||
sshUser = "adtya";
|
||||
remoteBuild = true;
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.Rico2;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
_: {
|
||||
imports = [ ./libvirtd.nix ./docker.nix ];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue