| 11 Nov 2023 |
| @palo:xaos.space changed their profile picture. | 12:18:12 |
| @palo:xaos.space changed their profile picture. | 12:18:40 |
| @palo:xaos.space changed their profile picture. | 12:19:06 |
| 13 Nov 2023 |
rendakuenthusiast⚡️ | I'm running into a problem where colmena seems to hang after succesfully deploying to several remote machines, never completing | 01:30:23 |
Zhaofeng Li | In reply to @test-user:c.imperishable.name I'm running into a problem where colmena seems to hang after succesfully deploying to several remote machines, never completing Could be the activation script waiting on systemd-networkd-wait-online or something | 11:22:10 |
| SpindleyQ joined the room. | 18:11:20 |
SpindleyQ | Hey! I've been looking to transition from nixops and colmena looked attractive. However, I'm running into an issue where, if I include any nixos module that makes use of the config value that is passed into it, I get an infinite recursion error | 18:17:42 |
SpindleyQ | something as simple as including imports = [ "${nixpkgs}/nixos/modules/profiles/qemu-guest.nix" ] in a definition appears to be triggering it | 18:19:15 |
SpindleyQ | * something as simple as including imports = [ "${nixpkgs}/nixos/modules/profiles/qemu-guest.nix" ] in a node definition appears to be triggering it | 18:19:21 |
SpindleyQ | ... nope, nixpkgs was just undefined, and that's apparently the error you get. great. | 18:43:05 |
SpindleyQ | OK, yes, it looks like the whole time, the error was triggering because I was passing things other than valid paths to imports. There were two that I modified when rewriting to use flakes - the qemu-guest.nix one (which was originally <nixpkgs/nixos/modules/profiles/qemu-guest.nix>, but I forget to add nixpkgs to specialArgs), and another one, where I thought I could pass a function directly if I had it. But I don't think that works. | 19:00:55 |
SpindleyQ | And I guess I should be using modulesPath rather than passing in nixpkgs in specialArgs. | 19:01:12 |