Semi-declarative OpenWrt configuration
Find a file
2023-10-08 22:33:08 +02:00
doc add *some* documentation 2023-10-01 18:41:26 +02:00
example initial commit 2023-09-22 21:06:55 +02:00
openwrt add *some* documentation 2023-10-01 18:41:26 +02:00
.gitignore initial commit 2023-09-22 21:06:55 +02:00
default.nix combine all scripts into a single environment 2023-09-26 01:09:09 +02:00
LICENSE add license 2023-10-08 22:33:08 +02:00
README.md add *some* documentation 2023-10-01 18:41:26 +02:00

Declarative Imperative OpenWRT configs

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.