| 12 Jul 2021 |
Alex Zero | Try setting config.home-manager.useGlobalPkgs = true; | 19:44:08 |
Alex Zero | iirc home-manager uses its own package set by default? | 19:44:20 |
@gtrunsec:matrix.org |  Download image.png | 19:50:14 |
@teutat3s:pub.solar | In reply to @citadelcore:nixos.dev Try setting config.home-manager.useGlobalPkgs = true; ❯ nixos-option home-manager.useGlobalPkgs
Value:
true
seems it's already set to true, but not picking up the overlay
| 19:54:24 |
Alex Zero | hm, strange... | 19:54:43 |
@teutat3s:pub.solar | In reply to @gtrunsec:matrix.org sent an image. yeah that's where I've added neovim-unwrapped | 19:54:47 |
@gtrunsec:matrix.org | sorry, I cannot reproduce it. | 19:56:29 |
@gtrunsec:matrix.org | do you mind to show me your repo? | 19:57:02 |
@gtrunsec:matrix.org |  Download image.png | 19:59:09 |
@gtrunsec:matrix.org | it works for me | 19:59:17 |
David Arnold (blaggacao) | In reply to @citadelcore:nixos.dev Excuse me for going a little bit "off-topic", but I think some of you here may find this interesting - for the past several months I've been working on a framework very heavily inspired by DevOS (and retaining a very similar folder/configuration structure), oriented more towards enterprise/high-complexity configurations. I'd be interested to know what you all think - I believe there are definitely some lessons that could be learnt on either side as far as best practices go :) https://github.com/ArctarusLimited/KuiserOS This is exciting, I have had a similar use case which is why I got involved in devos in the first place. I do plan to retake kubenix at some point (when nixos-vm test refactoring progresses), so that we can bridge access to the kubernetes packaged applications, which there are a lot of in the enterprise world, so that we can combine best of both worlds. | 20:03:56 |
Alex Zero | That's really interesting! As a matter of fact I'm actually working on integrating kubernetes support into the kuiseros repo currently - and I'm probably going to end up using kubenix with the cluster | 20:06:30 |
Alex Zero | Kubernetes support is already present in nixpkgs of course - but I'm leveraging the repo logic for some cool stuff, like Calico for CNI and certificate issuance from Vault | 20:08:23 |
Alex Zero | I built a mechanism for configuring and deploying Vault keys that is currently in the process of being upstreamed - but the repo provides additional tools to actually deploy the approles to the nodes | 20:09:24 |
David Arnold (blaggacao) | I've been bulding something with SPIFFE/Spire for workload attestation and full mTLS with rotating certificates every 5 mins. It will be seom work to put all the puzzles in place, though. I think we have some sort of consensus that we need to stabilize devos in the short term, maybe produce a 1.0 and then take on form there. | 20:11:27 |
David Arnold (blaggacao) | Thank you for your work on the follows issue! I very much appreciate it! | 20:12:20 |
David Arnold (blaggacao) | * I've been bulding something with SPIFFE/Spire for workload attestation and full mTLS with rotating certificates every 5 mins. It will be some work to put all the puzzles in place, though. I think we have some sort of consensus that we need to stabilize devos in the short term, maybe produce a 1.0 and then take on form there. | 20:12:46 |
Alex Zero | No problem! It was pretty much a necessity in order to get my flake setup working, lol. | 20:13:04 |
David Arnold (blaggacao) | This PR was my secret ally 🤣 | 20:14:03 |
David Arnold (blaggacao) | * This PR was my secret ally for testing your branch 🤣 | 20:14:22 |
Alex Zero | Hahaha, can definitely see that | 20:15:10 |
Alex Zero | Right know with kubernetes I'm just working on stabilising the configuration with a single-node cluster (with Calico). Next step after that will be a 6-node with 3 Ceph storage servers, so it's gonna get interesting | 20:17:38 |
Alex Zero | * Right now with kubernetes I'm just working on stabilising the configuration with a single-node cluster (with Calico). Next step after that will be a 6-node with 3 Ceph storage servers, so it's gonna get interesting | 20:17:47 |
David Arnold (blaggacao) | In reply to @citadelcore:nixos.dev Right now with kubernetes I'm just working on stabilising the configuration with a single-node cluster (with Calico). Next step after that will be a 6-node with 3 Ceph storage servers, so it's gonna get interesting Have a look at https://longhorn.io/ | 20:18:18 |
David Arnold (blaggacao) | In reply to @citadelcore:nixos.dev Right now with kubernetes I'm just working on stabilising the configuration with a single-node cluster (with Calico). Next step after that will be a 6-node with 3 Ceph storage servers, so it's gonna get interesting * Have a look at https://longhorn.io/ -- I came to the conclusion it's probably the best persistence layer available right now. And I also trust the Rancher guys for their snout for innovation. | 20:19:09 |
Alex Zero | Huh interesting, I will be sure to check it out! | 20:19:27 |
David Arnold (blaggacao) | I'm planning to do a k3os based on nix on the basis of not-os if I have time. | 20:19:59 |
Alex Zero | Never heard of k3os before but looking at it now it certainly seems nice | 20:21:09 |
David Arnold (blaggacao) | But first, let's make devos /kuiseros stable 🤣🚀 | 20:21:34 |
Alex Zero | Yeah, lol. Definitely an important task :) | 20:22:05 |