add CI images to repo
This commit is contained in:
parent
abce966b76
commit
7880077613
12 changed files with 75 additions and 54 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue