feat(outputs:nixos): add ooksmicro & ooksx1
This commit is contained in:
parent
eeb9a118e6
commit
0073b44f81
1 changed files with 18 additions and 0 deletions
|
|
@ -40,5 +40,23 @@ in
|
||||||
nixosModules
|
nixosModules
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
ooksmicro = nixosSystem {
|
||||||
|
inherit specialArgs;
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = [
|
||||||
|
"${hosts}/ooksmicro"
|
||||||
|
hm
|
||||||
|
nixosModules
|
||||||
|
];
|
||||||
|
};
|
||||||
|
ooksx1 = nixosSystem {
|
||||||
|
inherit specialArgs;
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = [
|
||||||
|
"${hosts}/ooksx1"
|
||||||
|
hm
|
||||||
|
nixosModules
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue