fix pathnames of modules
This commit is contained in:
parent
3f11a3c708
commit
153cbec573
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/wlan.nix
|
../modules/wlan.nix
|
||||||
./modules/tftpboot.nix
|
../modules/tftpboot.nix
|
||||||
# ./modules/flashable.nix
|
../modules/flashable.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
hostname = "extneder";
|
hostname = "extneder";
|
||||||
|
|
Loading…
Reference in a new issue