move modules/nixosConfigurations to nodes/
This commit is contained in:
parent
482cbf67cd
commit
52c2221e40
3 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,5 @@
|
||||||
imports = [
|
imports = [
|
||||||
./checks.nix
|
./checks.nix
|
||||||
./deploy.nix
|
./deploy.nix
|
||||||
./nixosConfigurations.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,10 @@
|
||||||
specialArgs,
|
specialArgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
imports = [
|
||||||
|
./nixosConfigurations.nix
|
||||||
|
];
|
||||||
|
|
||||||
options.nodes = let
|
options.nodes = let
|
||||||
inherit
|
inherit
|
||||||
(lib)
|
(lib)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue