config | enable colmena local build
This commit is contained in:
parent
90b602d85d
commit
1c62c69412
2 changed files with 2 additions and 0 deletions
|
|
@ -12,5 +12,6 @@
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["workstation" "intel"];
|
tags = ["workstation" "intel"];
|
||||||
|
allowLocalDeployment = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,5 +11,6 @@
|
||||||
];
|
];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = ["workstation" "intel"];
|
tags = ["workstation" "intel"];
|
||||||
|
allowLocalDeployment = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue