1
0
Fork
You've already forked dewclaw
0
forked from c8h4/dewclaw
Semi-declarative OpenWrt configuration
  • Nix 91.7%
  • Shell 8.3%
Christoph Heiss 708008bffc
openwrt: uci: fix sops secret command
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025年08月25日 17:23:50 +02:00
.forgejo/workflows ci: book: fix deploy step name 2025年07月18日 11:06:47 +02:00
doc doc: book: add git repository url 2025年07月18日 11:02:43 +02:00
example doc, example: replace old upstream urls 2025年07月18日 10:56:35 +02:00
openwrt openwrt: uci: fix sops secret command 2025年08月25日 17:23:50 +02:00
.gitignore ci: add GitHub meta files 2024年07月23日 23:19:13 +08:00
default.nix default: allow passing meta attribute to derivation 2025年04月01日 23:10:50 +02:00
flake.lock flake: add treefmt-nix as formatter 2025年04月01日 22:30:40 +02:00
flake.nix flake: add treefmt-nix as formatter 2025年04月01日 22:30:40 +02:00
LICENSE add license 2023年10月08日 22:33:08 +02:00
README.md readme: use full urls for linking to repository contents 2025年07月18日 11:04:59 +02: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.

Documentation

dewclaw documentation can be found here.

Quick-start examples

Examples are available in the example/ folder:

Credit

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

This is a fork based on MakiseKurisu/dewclaw, with the intention to actively develop it further.

License

Licensed under AGPL-3.0-or-later.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed under AGPL-3.0-or-later as above, without any additional terms or conditions.