Colmena | 296 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 104 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 Aug 2025 | ||
| and disko will still take care of formatting for you right? because thats the main part about minimal installers that im still uncomfortable with | 15:21:00 | |
i did figure out why this was happening though; turns out thinkpad was being resolved to a tailnet address due to the target machine being registered with tailscale | 15:21:44 | |
| ethernet installation was able to work, though i still did get port connection errors due to the IP address of the target machine being reassigned | 15:22:11 | |
| * after resolving this, ethernet installation was able to work, though i still did get port connection errors due to the IP address of the target machine being reassigned | 15:23:40 | |
| Thank you for the help! I'll try it out today, maybe I can open a PR too for the docs | 15:52:43 | |
| Ah, colmena.cli.rs is back! | 15:53:14 | |
In reply to @zsuper:matrix.orgyes. you can force this using nixos-anywheres --phases parameter. also rly helpful for testing 👍 | 18:46:43 | |
| 5 Aug 2025 | ||
| 03:58:54 | ||
| 03:58:56 | ||
| 6 Aug 2025 | ||
| Redacted or Malformed Event | 14:38:37 | |
actually yeah, im wondering the same thing. im using deploy-rs right now, but i like that colmena directly exposes the nixosConfigurations so i can debug them, unlike deploy-rs. however, i do really like the canary feature of deploy-rs, where it will magic rollback if the target becomes unreachable | 18:25:27 | |
* actually yeah, im wondering the same thing. im using deploy-rs right now, but i like that colmena directly exposes the nixosConfigurations so i can debug them, unlike deploy-rs. however, i do really like the canary feature of deploy-rs, where it will magic rollback if the target becomes unreachable. does colmena have something similar? | 18:25:40 | |
| 7 Aug 2025 | ||
| im thinking of making the switch to colmena soon, but seeing the use of the function the reason i ask is because | 06:15:10 | |
| for example, with
but this simply passes the inner arguments to | 06:17:39 | |
| ooh wait, colmena does have this exact feature! | 07:04:59 | |
| RTFM moment 😔 | 07:05:09 | |
| 8 Aug 2025 | ||
| 02:30:14 | ||
| 06:11:32 | ||
| 07:00:51 | ||
| 9 Aug 2025 | ||
| 14:23:49 | ||
| 10 Aug 2025 | ||
| I'm having trouble deploying from amd64 to an arm64 machine. Seems like
| 20:23:29 | |
| arion probably uses import-from-derivation (IFD), meaning that it triggers a build during evaluation | 20:25:43 | |
and --build-on-target only sends the derivation to the remote machine after evaluation | 20:26:22 | |
ah, seems correct. nix flake check also fails now. | 20:27:02 | |
| 12 Aug 2025 | ||
Any tips getting --show-trace to work? | 20:06:47 | |
sudo nix run "github:zhaofengli/colmena" -- --show-trace apply-local --show-trace build - v is the most recent version I've tried. Obviously tried it once in both positions too. | 20:08:42 | |
| Hmm, it should work. What are you getting right now? | 20:22:58 | |
| I get the rest of the build output (from verbose), just none of the nix trace showing exactly why stylix isn't working | 20:42:54 | |
| Sorry only have matrix on mobile right now so limited on what I can paste. | 20:43:36 | |
| Either way just figured out the module that was breaking so its kind of a moot point (for now). Stylix is a persistent headache when updating nixos versions. | 20:46:14 | |