add CI images to repo
All checks were successful
/ check (push) Successful in 3m27s

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

View file

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