config | enable colmena local build

This commit is contained in:
Don Harper 2024-10-04 07:21:40 -05:00
parent 90b602d85d
commit 1c62c69412
2 changed files with 2 additions and 0 deletions

View file

@ -12,5 +12,6 @@
boot.binfmt.emulatedSystems = ["aarch64-linux"]; boot.binfmt.emulatedSystems = ["aarch64-linux"];
deployment = { deployment = {
tags = ["workstation" "intel"]; tags = ["workstation" "intel"];
allowLocalDeployment = true;
}; };
} }

View file

@ -11,5 +11,6 @@
]; ];
deployment = { deployment = {
tags = ["workstation" "intel"]; tags = ["workstation" "intel"];
allowLocalDeployment = true;
}; };
} }