expose modulesPath to ease out-of-tree configuration.nix
This commit is contained in:
parent
98318b450d
commit
4ea518e296
2 changed files with 6 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: let
|
||||
secrets = import ./extneder-secrets.nix;
|
||||
|
@ -20,8 +21,8 @@ in rec {
|
|||
};
|
||||
|
||||
imports = [
|
||||
../modules/profiles/wap.nix
|
||||
../modules/vlan
|
||||
"${modulesPath}/profiles/wap.nix"
|
||||
"${modulesPath}/vlan"
|
||||
];
|
||||
|
||||
hostname = "extneder";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue