Skip to content

Commit

Permalink
docs: add info for the original author
Browse files Browse the repository at this point in the history
  • Loading branch information
MakiseKurisu committed Jul 23, 2024
1 parent 3279859 commit a43994d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Declarative Imperative OpenWrt configs
# 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.
[OpenWrt](https://openwrt.org/) 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.
[NixOS](https://nixos.org/) 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](./index.html) is what happens if you try to mush the two together even though you know very well that you shouldn't.
`dewclaw` is what happens if you try to mush the two together even though you know very well that you shouldn't.

[OpenWrt]: https://openwrt.org/
[NixOS]: https://nixos.org/
Originally created by @pennae, you can find the annocement thread [here](https://discourse.nixos.org/t/dewclaw-semi-declarative-openwrt-configurations/33993).

This is a fork based on [the origial code](https://git.eno.space/dewclaw.git/).

0 comments on commit a43994d

Please sign in to comment.