Use new colmena option so it can handle a dirty flake
This commit is contained in:
parent
2a3041add7
commit
b657f2d0ba
2 changed files with 4 additions and 2 deletions
4
Justfile
4
Justfile
|
@ -29,8 +29,8 @@ fmt:
|
||||||
nix fmt
|
nix fmt
|
||||||
|
|
||||||
deploy host:
|
deploy host:
|
||||||
colmena apply --on {{host}}
|
colmena apply --on {{host}} --experimental-flake-eval
|
||||||
|
|
||||||
[confirm]
|
[confirm]
|
||||||
cold-deploy host:
|
cold-deploy host:
|
||||||
colmena apply --on {{host}} --reboot
|
colmena apply --on {{host}} --reboot --experimental-flake-eval
|
||||||
|
|
|
@ -171,6 +171,8 @@
|
||||||
}) (builtins.attrNames machines)
|
}) (builtins.attrNames machines)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
colmenaHive = inputs.colmena.lib.makeHive self.outputs.colmena;
|
||||||
|
|
||||||
colmena =
|
colmena =
|
||||||
{
|
{
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue