fix pathnames of modules

module-based-network
Daniel Barlow 2023-03-17 11:47:16 +00:00
parent 3f11a3c708
commit 153cbec573
1 changed files with 3 additions and 3 deletions

View File

@ -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";