add CI images to repo
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
iofq 2026-02-28 00:01:58 -06:00
parent abce966b76
commit dd0374ee37
16 changed files with 386 additions and 54 deletions

View file

@ -1,6 +1,6 @@
{ host, pkgs, config, lib, ...}:
let cfg = config.system-net; in {
options.system-net = {
let cfg = config.machine.net; in {
options.machine.net = {
enable = lib.mkOption {
type = lib.types.bool;
default = true;