summaryrefslogtreecommitdiff
path: root/ext/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-09 18:32:41 -0500
committerseth <[email protected]>2024-03-09 18:33:10 -0500
commitcb951dba532fe4518da5dbf876096968afab0c9a (patch)
treead6425aa4956a2add835469e4fcaee1e7423565e /ext/default.nix
parentc76dc8f7aeb99be22d2b256c12076a177f659321 (diff)
openwrt/turret: use new module and uci for everything
Diffstat (limited to 'ext/default.nix')
-rw-r--r--ext/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/default.nix b/ext/default.nix
index 1001f94..cbb1ecf 100644
--- a/ext/default.nix
+++ b/ext/default.nix
@@ -1,6 +1,6 @@
{
imports = [
- ./openwrt
+ ./openwrt.nix
./terranix
];
}