Sender | Message | Time |
---|---|---|
30 Jul 2025 | ||
yup, monitoring the situation (see https://github.com/zackify/cli.rs/issues/113 and https://github.com/zhaofengli/colmena/issues/304), if it doesn't get resolved in the next few days I'll consider moving to somewhere more reliable | 07:01:59 | |
(would suck as there would be dead links everywhere, but better than no docs at all) | 07:02:06 | |
a few high-profile projects also use the domain (rustic, kmon, pls) so... at least we aren't suffering alone 😐️ | 07:02:19 | |
damn | 07:03:13 | |
08:13:28 | ||
31 Jul 2025 | ||
09:37:13 | ||
09:37:56 | ||
2 Aug 2025 | ||
06:58:26 | ||
06:58:39 | ||
06:58:46 | ||
3 Aug 2025 | ||
06:49:35 | ||
is the hardware-configuration.nix file's contents something that needs to be included in a node's modules? I know deploy-rs requires this, and it was recommended to me to have a node-specific folder of NixOS modules containing each host's hardware-configuration.nix . I can work with this approach, but it makes things a LOT more awkward because in order to generate that file, I must first have access to the target running NixOS | 07:00:11 | |
and I want to find a way to streamline the process of adding new nodes to my NixOS network. im looking into the idea of custom ISOs right now, which would allow me to live USB boot onto a computer with things like master computer's SSH keys added, flakes/git/vim enabled, etc. But this again only takes me halfway there, since even if I get to a stage where colmena/deploy-rs CAN interact with the target host over SSH correctly, the nixosConfiguration will be invalid due to things like does anyone have any pointers/tips they can share with how to make this easier? | 07:05:06 | |
I personally set nixosConfigurations = self.outputs.colmenaHive.nodes; then nixos-anywhere can generate the hardware-configuration.nix automatically: https://nix-community.github.io/nixos-anywhere/quickstart.html | 14:52:08 | |
15:07:47 | ||
I see. I have never used nixos-anywhere or disko before. I suppose this is probably a good way to learn. Thanks! | 17:36:04 | |
21:08:23 | ||
Does anyone have an example of using an overlay + Colmena + flakes? | 22:15:29 | |
Ah, I finally figured it out. But I needed to build latest colmena locally to apply. Or else I got this error: "The colmenaHive output (schema v0.5) isn't compatible with this version of Colmena" I saw there was a request for a new Colmena release, are there any plans to do that? | 23:07:25 | |
4 Aug 2025 | ||
I got it sorted on my end. But I have to carry this in my Nix config just so I can deploy through Colmena. | 01:40:54 | |
I got it sorted on my end. But I have to carry this in my Nix config just so I can deploy through Colmena without relying on a manually compiled version. | 01:41:12 | |
this does limit you to machines that are connected to the network via ethernet right? i was about to try this with an old laptop of mine, but i realized that nixos-anywhere does not support Wifi installation | 03:11:24 | |
-1 day of research 😭 | 03:41:47 | |
You don't need to manually make the overlay. You can either use colmena.overlays.default or take the package from colmena.packages.x86_64-linux.colmena directly. I do think it's worth it to have an example in the docs (which is busted right now) even though it follows the common flake pattern, another entry in the todo list | 04:13:06 | |
In this case, probably not, but you can always do the manual way of connecting wifi and ssh'ing in | 04:14:22 | |
Prior to nixos-anywhere I was using this script: https://gist.github.com/zhaofengli/e986fa7688d6c16872b86c6ae6215c9b | 04:15:43 | |
* You don't need to manually make the overlay. You can either use Another useful command is | 04:17:26 | |
gotcha. but im trying to run with the target laptop connected to ethernet (which i verified with
| 06:52:04 | |
* gotcha. but im trying to run with the target laptop connected to ethernet (which i verified with
| 06:52:17 | |
* gotcha. but now im trying to run with the target laptop connected to ethernet (which i verified with
| 06:52:29 |