!UKDpaKNNsBpOPfLWfX:zhaofeng.li

Colmena

323 Members
A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena109 Servers

Load older messages


SenderMessageTime
18 Oct 2022
@linus:schreibt.jetztLinux Hackermanthe advantage of this approach is that the secrets can theoretically not get copied to the nix store (in practice they do, because I use Flakes)09:05:53
@linus:schreibt.jetztLinux Hackerman Shyim: only on the machine from which you're deploying 09:06:01
@shyim:matrix.orgShyimAHHH. cool09:06:43
@linus:schreibt.jetztLinux Hackermanbut I think I'll be switching to agenix or sops-nix at some point in the future, partly because this approach is colmena-specific and I'm not sure I want to stick with colmena09:06:57
@linus:schreibt.jetztLinux Hackermanand partly because the secrets are persisted unencrypted on the target machines' disks, which I'd also prefer not to do09:07:26
@shyim:matrix.orgShyimI currently join ssh and just do nixos-rebuild so. tbh: I don't care if it's in nix store. I just don't want to have them on Github publicly accessible as my nix files are public :D 09:08:14
@linus:schreibt.jetztLinux Hackermanboth agenix and sops-nix copy the encrypted secrets to the store as part of the system closure, and they're encrypted to a key that lies on the machine (often the SSH host key) to be decrypted only to a ramfs at runtime09:08:37
@linus:schreibt.jetztLinux Hackermanthen again, having both the encrypted secrets and the unencrypted SSH host key on disk isn't much different from having the unencrypted secrets on disk I guess09:09:27
@linus:schreibt.jetztLinux Hackermanthe next-level thing would be to add a TPM and measured boot into the setup, but I'm nowhere near getting there lol09:10:05
@v:meowy.tech@v:meowy.tech
In reply to @linus:schreibt.jetzt
then again, having both the encrypted secrets and the unencrypted SSH host key on disk isn't much different from having the unencrypted secrets on disk I guess
the various permissions on the file also matter, the nix store is world readable but the ssh host key probably isnt
09:10:16
@linus:schreibt.jetztLinux Hackermanright, but none of these approaches make the unencrypted secrets world-readable09:10:36
@linus:schreibt.jetztLinux Hackermanthat's definitely off the table for me ^^09:10:56
@v:meowy.tech@v:meowy.techMy setup with a hashicorp vault is probably overkill, but when set up it does work quite nicely I have to say09:11:40
@linus:schreibt.jetztLinux HackermanI kind of want to have something like that but I also don't want to set it up and maintain it x)09:12:05
@shyim:matrix.orgShyimI feel that too xD09:12:33
@shyim:matrix.orgShyimmore services more pain09:12:42
@linus:schreibt.jetztLinux HackermanSome services are pretty painless to maintain. Vault is not "some services" as far as I can tell ^^09:13:21
@shyim:matrix.orgShyim:D 09:13:41
@shyim:matrix.orgShyimso then I go to test this out. I have at work a benchmark cluster of 10 vps with ansible and it hurts setting up that always. So hope with colmena it will be better :D09:14:20
@linus:schreibt.jetztLinux Hackermanoof09:14:52
@linus:schreibt.jetztLinux HackermanDo they need to be long-lived? It may be more convenient to build disk images and use those rather than maintaining long-lived stateful servers09:15:26
@linus:schreibt.jetztLinux Hackermanat that scale09:15:36
@shyim:matrix.orgShyimand randomly apt-get servers are down. or some weird ansible modules fail to install 09:15:39
@v:meowy.tech@v:meowy.tech
In reply to @linus:schreibt.jetzt
Some services are pretty painless to maintain. Vault is not "some services" as far as I can tell ^^
Yeah it can take a bit of fiddling to get right, also the need to unlock the vault manually after a restart can be a bit of a bother
09:15:48
@shyim:matrix.orgShyimIt's just for benchmarking for 2 hours. automated in ci. Testing that the software scales09:16:23
@v:meowy.tech@v:meowy.techI maintain quite a few NixOS configurations with colmena without too much issue, it is definitely one of the better deployment tools for bigger sets of machines in my experience09:20:39
@v:meowy.tech@v:meowy.techimage.png
Download image.png
09:20:41
@linus:schreibt.jetztLinux Hackerman"null" is that the actual hostname?09:21:01
@v:meowy.tech@v:meowy.tech
In reply to @linus:schreibt.jetzt
"null" is that the actual hostname?
yeah it is haha, it's my laptop
09:21:10
@linus:schreibt.jetztLinux HackermanI'm going to write the deployment tool of my dreams one day09:23:14

Show newer messages


Back to Room ListRoom Version: 6