Modularized configuration now kind of works. (still need to do some refactoring)
This commit is contained in:
parent
a0f361425a
commit
14332b2c7b
24 changed files with 144 additions and 85 deletions
|
@ -8,17 +8,9 @@ let
|
|||
in rec {
|
||||
imports = [
|
||||
cfgPath
|
||||
|
||||
|
||||
# use
|
||||
# config.machine.confPath
|
||||
# instead of
|
||||
./machines/Lilim/Lilim.nix
|
||||
|
||||
|
||||
# ./config/default.nix # same problem as above
|
||||
./config/default.nix # same problem as above
|
||||
./pkgs/nixpkgs.nix
|
||||
./pkgs/pkgsets.nix
|
||||
# ./services/default.nix # same problem as above
|
||||
./services/default.nix # same problem as above
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue