hades: init
This commit is contained in:
parent
6c2b4889e2
commit
12b8a7da85
9 changed files with 159 additions and 1 deletions
|
|
@ -102,6 +102,15 @@
|
|||
++ sharedModules;
|
||||
};
|
||||
|
||||
hades = nixpkgs.lib.nixosSystem rec {
|
||||
inherit system;
|
||||
modules =
|
||||
[
|
||||
./hades.nix
|
||||
]
|
||||
++ sharedModules;
|
||||
};
|
||||
|
||||
boreal = nixpkgs.lib.nixosSystem rec {
|
||||
inherit system;
|
||||
modules =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue