From 153cbec573710bd7e72cb69194134a46ef7f31b1 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 17 Mar 2023 11:47:16 +0000 Subject: [PATCH] fix pathnames of modules --- examples/extneder.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";