forgejo-ci
machine to our infrastructure
Let's maybe put sources
and secrets
into _module.args
at the evaluation entry point?
Ah in that case the QEMU module should be imported in the VM configuration. This may require moving some other code around, but what you’re doing here amounts to a (manually hacked) conditional…
sorry, typo, I meant nameservers as in the code this thread is attached to
You conditionally include config depending on whether ipv4 or ipv6 is enabled. These gateways are only needed for the respective case, so they should only be set in that case, i.e. inside the…
I'd propose to rework the whole setup, as discussed last week; essentially modularize everything, just not with flake-parts, because there's no reason whatsoever to produce flake outputs. But…
why don't we instead splice it in through the overlay? it will reduce to pkgs.nixops4
here, source wrangling will happen in panel/default.nix
(before we merge it with default.nix
) where it belongs, and the overlay is the correct place to add additional stuff to pkgs
.