Colmena | 317 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 107 Servers |
| Sender | Message | Time |
|---|---|---|
| 24 Nov 2022 | ||
Currently it only supports passwordless sudo, so you can either add a rule to security.sudo.extraRules or allow everyone in wheel to escalate without a password with security.sudo.wheelNeedsPassword. | 21:00:25 | |
| Admittedly deploying as non-root isn't the best experience right now 😐️ | 21:01:05 | |
| That's ok, it'll be cool once it's working. | 21:01:45 | |
| I'll try adding that, but I do wanna know.. Would this all be easier if I used some kind of secrets management thing like SOPS? | 21:02:06 | |
Using sops doesn't alleviate the problems with running the deployment process as non-root. It's a replacement for deployment.keys with a different workflow. | 21:04:35 | |
| Ok, it's working, this is very cool. | 21:06:52 | |
| Thank you very much for the help. | 21:06:56 | |
| 25 Nov 2022 | ||
| 20:37:56 | ||
| 22:05:02 | ||
| 26 Nov 2022 | ||
| 19:19:49 | ||
| 19:22:59 | ||
| 22:41:05 | ||
| 23:56:34 | ||
| 27 Nov 2022 | ||
| 09:11:46 | ||
| 09:11:54 | ||
| 09:12:48 | ||
| 28 Nov 2022 | ||
Download image.png | 03:07:16 | |
| For some reason there is an increasing number of people asking for support who use colmena. And it is quite common that one wants to build the machine that causes issues to inspect the system closure. For something like that it seems as if Also, it would be nice if there were appropriately named out links after a build. | 06:51:48 | |
You can specify the nodes to build with
This is an interesting suggestion. Currently there is | 07:12:33 | |
*
You can specify the nodes to build with
This is an interesting suggestion. Currently there is | 07:13:05 | |
In reply to @ronixx:matrix.org
| 07:13:30 | |
In reply to @ronixx:matrix.orgThe activation appears stuck, and you can use -v to get the full outputs | 07:15:26 | |
In reply to @ronixx:matrix.orgprocess get stopped at this place | 07:15:28 | |
In reply to @zhaofeng:zhaofeng.linot able to ssh to. Restarting my server from panel | 07:16:10 | |
| 07:18:13 | |
In reply to @ronixx:matrix.orgFrom the VPS panel? Is it a container? If not, you shouldn't have boot.isContainer = true; there. Also you need to import your hardware-configuration.nix. | 07:18:51 | |
Download image.png | 07:19:20 | |
| I have first genereated custom image for DigitalOcean with nixos-generators | 07:19:47 | |
In reply to @ronixx:matrix.orgThen you need to import digital-ocean-image.nix like what nixos-generator doe | 07:22:32 | |
In reply to @ronixx:matrix.org* Then you need to import digital-ocean-image.nix like what nixos-generator does | 07:22:34 | |