Semi-declarative OpenWrt configuration
Find a file
MakiseKurisu f674f817b4
fix: workaround unknwon ACTION
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
2024-11-09 17:23:14 +08:00
.github fix: remove nested folder 2024-07-23 23:24:29 +08:00
doc docs: update URL for nixosOptionsDoc 2024-07-24 23:51:05 +08:00
example feat: add services.qemu-ga option 2024-08-04 15:29:04 +08:00
openwrt fix: workaround unknwon ACTION 2024-11-09 17:23:14 +08:00
.gitignore ci: add GitHub meta files 2024-07-23 23:19:13 +08:00
default.nix format: clean up with nix fmt 2024-07-23 23:01:43 +08:00
flake.lock feat: add basic flake file 2024-07-23 23:01:43 +08:00
flake.nix refactor: move default example to classic 2024-07-24 10:01:13 +08:00
LICENSE add license 2023-10-08 22:33:08 +02:00
README.md docs: add info for the original author 2024-07-23 23:29:43 +08:00

dewclaw: semi-declarative OpenWrt configuration

OpenWrt is an embedded Linux distribution optimized for small routers and access points with minimal amounts of storage to work with.

NixOS is a general-purpose Linux distribution built from the ground up with declarative configuration in mind, usually using a bunch of storage to do its thing.

dewclaw is what happens if you try to mush the two together even though you know very well that you shouldn't.

Originally created by @pennae, you can find the annocement thread here.

This is a fork based on the origial code.