diff --git a/examples/extneder.nix b/examples/extneder.nix index b069284..ced3849 100644 --- a/examples/extneder.nix +++ b/examples/extneder.nix @@ -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";