Use new colmena option so it can handle a dirty flake

This commit is contained in:
Erwin Boskma 2024-11-15 12:12:04 +01:00
parent 2a3041add7
commit b657f2d0ba
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -171,6 +171,8 @@
}) (builtins.attrNames machines) }) (builtins.attrNames machines)
); );
colmenaHive = inputs.colmena.lib.makeHive self.outputs.colmena;
colmena = colmena =
{ {
meta = { meta = {