Sender | Message | Time |
---|---|---|
5 Apr 2025 | ||
16:09:50 | ||
Hey there, I'm having a bit of trouble. I keep getting this complaint:
It seems like the Colmena in my devshell doesn't match the one provided by the flake input. I'm not really sure how to resolve this. Help would be appreciated, happy to share code if needed. | 16:12:08 | |
7 Apr 2025 | ||
09:43:20 | ||
8 Apr 2025 | ||
13:31:26 | ||
9 Apr 2025 | ||
In reply to @isaacthekind92:matrix.orgNot started using flakes yet, sorry | 17:05:20 | |
Anyone tried using colmena in GitHub actions? Or any other gitops way? | 17:07:35 | |
In reply to @isaacthekind92:matrix.org* Haven’t started using flakes yet, sorry | 17:07:50 | |
In reply to @dish1892:matrix.orgI'm using colmena to build my system configs in an action (on forgejo) | 17:23:10 | |
Very cool! Are you using a key file for the ssh connection? | 17:37:45 | |
And are you using deploy.sshoptions for this? | 17:39:47 | |
Just build, not deploy. And then I push them to a binary cache. | 20:41:59 | |
Oh okay thanks | 20:52:30 | |
10 Apr 2025 | ||
I've set this up. I have the deploy ssh private key in a "secret" that gets exposed to the run as an environment variable. I start an ssh agent and then pipe the key into ssh-add | 01:38:37 | |
In reply to @gmacon:matrix.orgNoice, gonna have to try this. Thanks! | 15:37:50 | |
11 Apr 2025 | ||
In reply to @gmacon:matrix.orgI do the same in a GitLab CI pipeline, it works perfectly that way. | 14:18:20 | |
20:57:48 | ||
12 Apr 2025 | ||
07:20:51 | ||
22:03:30 | ||
22:09:35 | ||
13 Apr 2025 | ||
09:08:53 | ||
Hi there! I'm rather new to nix and are currently trying to provision some Hetzner VMs (preferrably aarch64) with colmena.The first thing I'd want to do is create a base image for use with Hetzner. I already figured out some parts of the puzzle. However I fail in creating an image which I can use to upload it as a valid Hetzner image. All my attempts do not bootup properly for various reasons. Does anyb | 09:12:20 | |
* Hi there! I'm rather new to nix and are currently trying to provision some Hetzner VMs (preferrably aarch64) with colmena. The first thing I'd want to do is create a base image for use with Hetzner. I already figured out some parts of the puzzle. However I fail in creating an image which I can use to upload it as a valid Hetzner image. All my attempts do not bootup properly for various reasons. Does anybody here have a hint on how to create such an image, preferrably using nix itself? | 09:13:14 | |
* Hi there! I'm rather new to nix and are currently trying to provision some Hetzner VMs (preferrably aarch64) with colmena. The first thing I'd want to do is create a NixOS base image for use with Hetzner. I already figured out some parts of the puzzle. However I fail in creating an image which I can use to upload it as a valid Hetzner image. All my attempts do not bootup properly for various reasons. Does anybody here have a hint on how to create such an NixOS image, preferrably using nix itself? | 09:17:46 | |
I’m on oracle cloud but I use nixosinfect to install nixos | 09:18:07 | |
https://github.com/elitak/nixos-infect | 09:18:09 | |
The install command can be run directly from cloud init as well which is nice | 09:18:45 | |
(Then I use colmena for configuration) | 09:20:08 | |
Ah, cool! So I'd setup a regular e.g. debian-12 with nixosinfect in the cloud-init, and then it'd be manageable using colmena? Do I get that right? | 09:20:20 | |
Yes, I think there is instructions on the GitHub page for nixos infect regarding hetzner | 09:22:31 | |
So just follow that | 09:22:35 |