diff --git a/examples/extneder.nix b/examples/extneder.nix
index b0692846b..ced3849e4 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";