-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add info for the original author
- Loading branch information
1 parent
3279859
commit a43994d
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |