colmena icon indicating copy to clipboard operation
colmena copied to clipboard

A simple, stateless NixOS deployment tool

Results 117 colmena issues
Sort by recently updated
recently updated
newest added

``` $ colmena upload-keys --on kif --impure -v warning: Git tree '/home/grahamc/Documents/network' is dirty [INFO ] Using flake: git+file:///home/grahamc/Documents/network [INFO ] Enumerating nodes... [INFO ] Selected 1 out of 4...

`lib.mdDoc` emits this trace when called since 24.05: ```quote trace: warning: lib.mdDoc will be removed from nixpkgs in 24.11. Option descriptions are now in Markdown by default; you can remove...

This is adapted from an internal project. It's a simple solution that probably has wider applicability than just our little project. I put it in contrib/ to make it clear...

Hi, I'm trying to use colmena with flake-utils so that way I can deploy from my aarch64-linux runner as well as my x86_64-linux runner, but I get meta.nixpkgs must be...

As of a recent update of nixos-unstable (maybe 2-3 weeks ago), I haven't been able to run `colmena apply` without adding the `--impure` argument due to colmena wanting to make...

There currently seems to be no general-purpose way of using a Colmena `hive` expression to generate arbitrary build products (e.g., boot images). Say we have a node called `mynode`. If...

This commit modifies the code that searches for the current hive to cleanly error out with a formatted error message in the same way as subsequent code, rather than panicking.

Is there a way to configure this so that if it cannot connect to host initially, it generates an image file something like what `nix build .#nixosConfigurations.nixos.config.system.build.sdImage` does?

``` [nix-shell:~/nix]$ colmena repl error: '/home/user@domain/nix' is not a valid URL [ERROR] ----- [ERROR] Operation failed with error: Child process exited with error code: 1 Hint: Backtrace available - Use...

It is often useful to use `colmena exec` to quickly gather or check information on servers. Especially since you can filter by tag. One relatively silly example: ```sh colmena exec...