hades: init

This commit is contained in:
Antoine Martin 2022-06-10 16:56:15 +02:00
parent 6c2b4889e2
commit 12b8a7da85
9 changed files with 159 additions and 1 deletions

View file

@ -102,6 +102,15 @@
++ sharedModules;
};
hades = nixpkgs.lib.nixosSystem rec {
inherit system;
modules =
[
./hades.nix
]
++ sharedModules;
};
boreal = nixpkgs.lib.nixosSystem rec {
inherit system;
modules =