Colmena | 316 Members | |
| A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena | 107 Servers |
| Sender | Message | Time |
|---|---|---|
| 13 Apr 2023 | ||
| prolly Im doing something wrong. | 00:15:23 | |
| tried config._module.args.nodes still no luck ;( | 00:17:28 | |
| it is maybe the case where I need to pass the args manually since this module is buried deep inside a config with imports = [ (import ./some-module) ]; | 00:18:59 | |
| It should be present. Just making sure: It's not a submodule, right? | 00:28:40 | |
| it is a chain of modules imported by import = [ some-module.nix ]; | 00:32:01 | |
| basically it is a module that scans all other hosts in nodes to get a list and do something else with data from their configs. | 00:33:46 | |
| data is similar to config.networking.hostName etc. | 00:34:11 | |
| not sure what the problem is. | 00:34:26 | |
| 00:36:41 | |
| I did tackle the problem in morph by re-evalling as in the following: | 00:38:51 | |
| 00:39:16 | |
| but I bet there is a better soln. | 00:39:34 | |
| hmm, it seems to be triggered by a call from a container config imported by containers.some-container = { .. config = {config, pkgs, lib, ...}: { .. } } | 00:59:10 | |
| in the container config, nodes is missing. | 00:59:28 | |
| OK, fixed. | 01:16:33 | |
| added _module.args.nodes = nodes; in container configs. prolly nobody is gonna hit that anyways. | 01:16:53 | |
| thnx. | 01:16:55 | |
| Yeah, containers are evaluated in a separate evalConfig | 01:22:27 | |
| this actually tells me nodes should be a tree with containers as branches. | 01:23:27 | |
| anyway, later. | 01:23:35 | |
| Redacted or Malformed Event | 02:41:14 | |
| Redacted or Malformed Event | 02:41:21 | |
| * looking for an example, I basically want my hydra to build every host. | 02:41:47 | |
| * looking for an example, I basically want my hydra to build every node. | 02:41:58 | |
| Redacted or Malformed Event | 02:42:23 | |
| Redacted or Malformed Event | 02:42:38 | |
*
| 02:42:55 | |
| Redacted or Malformed Event | 02:46:49 | |
| 14 Apr 2023 | ||
| 13:37:27 | ||
| anyone else noticing that targets in a flake don't substitute from cache.nixos.org when running really dump patch, as there is no cmd flag to disable it (running latest
| 16:55:24 | |