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 = [
|
||||
./modules/wlan.nix
|
||||
./modules/tftpboot.nix
|
||||
# ./modules/flashable.nix
|
||||
../modules/wlan.nix
|
||||
../modules/tftpboot.nix
|
||||
../modules/flashable.nix
|
||||
];
|
||||
|
||||
hostname = "extneder";
|
||||
|
|
Loading…
Reference in a new issue