suites: move to profles/suites.nix
This commit is contained in:
parent
e13a65b33c
commit
e1e0f99af9
|
@ -6,6 +6,8 @@ profiles. For good examples, check out the suites defined in the community
|
||||||
In the future, we will use suites as a mechanism for deploying various machine
|
In the future, we will use suites as a mechanism for deploying various machine
|
||||||
types which don't depend on hardware, such as vm's and containers.
|
types which don't depend on hardware, such as vm's and containers.
|
||||||
|
|
||||||
|
They are defined in `profiles/suites.nix`.
|
||||||
|
|
||||||
## Definition
|
## Definition
|
||||||
```nix
|
```nix
|
||||||
rec {
|
rec {
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
inherit self;
|
inherit self;
|
||||||
hosts = ./hosts;
|
hosts = ./hosts;
|
||||||
packages = import ./pkgs;
|
packages = import ./pkgs;
|
||||||
suites = import ./suites;
|
suites = import ./profiles/suites.nix;
|
||||||
extern = import ./extern;
|
extern = import ./extern;
|
||||||
overrides = import ./extern/overrides.nix;
|
overrides = import ./extern/overrides.nix;
|
||||||
overlays = ./overlays;
|
overlays = ./overlays;
|
||||||
|
|
Loading…
Reference in a new issue