forked from dan/liminix
fix pathnames of modules
This commit is contained in:
parent
3f11a3c708
commit
153cbec573
@ -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 New Issue
Block a user