DevOS | 35 Members | |
| Seeking help and geeking out together on https://github.com/divnix/devos & https://github.com/divnix/digga | 10 Servers |
| Sender | Message | Time |
|---|---|---|
| 30 Nov 2021 | ||
| 04:51:21 | |
yeah! | 04:51:51 | |
ouch! | 04:52:05 | |
| my nix profile is not loaded on a non-tty shell... | 04:52:28 | |
| the only blocker so far. | 04:52:36 | |
| (user nix install) - any ideas what to do? | 04:53:24 | |
| the tip of my digga branch is the last commit in https://github.com/divnix/digga/pull/116 | 04:54:35 | |
| with
| 04:57:10 | |
With that, and at the current state of affairs we could completely rug-pull divnix/bud, which currently mainly wraps therse deployment things to give them a little more univerasl interface. | 05:01:42 | |
* With that, and at the current state of affairs we could completely rug-pull divnix/bud, which currently mainly wraps these deployment things to give them a little more universal interface. | 05:02:12 | |
| lmkwyt | 05:02:19 | |
| 09:58:01 | ||
| Hello ! This distinction between NixOS and HM isn't very important to me, the difference between a desktop host (with graphics needed) and a server host is more important to me. But for these two types of host, both NixOS and HM configuration will be different. So I'd like to have a How would I do that? | 10:07:31 | |
| Our config might interest you; https://git.b12f.io/pub-solar/os branch We completely ignore the HM/NixOS distinction and make the assumption that the system has only one relevant user (apart from I have suites per-device, and then add the graphical module where needed Unfortunately our headless config is still WIP, but our goal is to have a functional headless system if you have only the profiles | 10:58:04 | |
| Thank you! I'm gonna take a look at that | 11:16:13 | |
So if I understand well, you do not use ./users/profile but instead, in the profiles in ./profiles you'll have a home-manager section defined, right? Do you know why this isn't the default way to deal with profiles? | 11:45:16 | |
| You'll have to ask the others, but I can see some advantages to mixing NixOS and HM options, especially for multi user systems | 11:53:18 | |
| I guess most of unix still assumes multi-user, but if you drop that requirement a lot of stuff can become way easier | 11:53:58 | |
| * You'll have to ask the others, but I can see some advantages to not mixing NixOS and HM options, especially for multi user systems | 12:03:42 | |
| * That's correct. You'll have to ask the others, but I can see some advantages to not mixing NixOS and HM options, especially for multi user systems | 12:07:14 | |
Sweenu: also make sure to stop by https://github.com/divnix/digga/tree/main/examples/groupByConfig and other examples that give you a complementary angle to the devos-template beaten path. My favorit is groupByConfig. | 16:42:17 | |
| Thanks David Arnold (blaggacao) ! Yes I looked at that config. I'm trying to use digga from scratch, with the minimum and add gradually because devos was too much at once for a noob like me đ | 16:53:57 | |
| * Thanks David Arnold (blaggacao) ! Yes I looked at that config. I'm trying to use digga from scratch, with the minimum and add gradually because devos was too much to understand at once for a noob like me đ | 16:54:15 | |
Moving the stuff that loads the nix profile from ~/.zshrc to ~/.zshenv also makes them available on a non-interactive shell. | 19:19:27 | |
| I'd like to see the result of rakeLeaves on a directory, can I do that easily from the command line ? | 19:22:00 | |
| sure, in a nix repl. | 19:27:08 | |
| it's a "recursive import", in essence. | 19:27:22 | |
(witnessing default.nix files on its way) | 19:27:40 | |
It looks like deploy-rs is not yet 100% optimized for password entry while doing ssh connections. | 19:28:15 | |
| So in a hierarchy like this in my profiles:
to use all of this in a suite, I will have to do:
? | 19:34:24 | |