Colmena | 300 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 101 Servers |
| Sender | Message | Time |
|---|---|---|
| 26 Dec 2024 | ||
| Your gist works fine, that isn't the problem. The problem I'm having is translating your trivial example into my non-trivial system (154 nix files, 7 nodes, plus a bunch of other flakes that I pull in). I've been working on this flake since 2021 with an imperfect understanding of Nix, so most of it is cobbled together. A good example is that I haven't used I think I have the basic refactor that uses This in my
I want to get those into the files I need them which means going this path:
The goal is to have I also don't want to list every flake in every package, so I use Mostly, this is just trying to refactor to integrate your working gist into my setup. Does that make sense? | 14:21:20 | |
| Right. This is a bit beyond the scope of your original question about building an insecure package. For getting inputs into individual NixOS modules, look into Sorry about confusing you by dragging | 14:50:32 | |
Coming back to the problem in question, just to clarify: you're using Sonarr, right, that's what's triggering the "insecure package" error? Do you know what configures Sonarr, is it one of the remote flakes you include? If you are not sure, maybe running with --show-trace would help figure that out? | 14:51:57 | |
| * Right. This is a bit beyond the scope of your original question about building an insecure package. For getting inputs into individual NixOS modules, look into Sorry about confusing you by dragging It does not matter if you use | 14:56:28 | |
| 16:06:29 | ||
| 17:41:50 | ||
| 18:29:46 | ||
| Oh, I'm using lots of things including Sonarr that require dotnet. | 23:26:46 | |
| I'll see about the special args, I know I had to do it earlier, but trying to figure out how the special args works with your nixosConfiguration setup is confusing me a trifle. 🙂 | 23:28:05 | |
| 27 Dec 2024 | ||
| 07:31:47 | ||