Workgroup:Router: Difference between revisions

From NixOS Wiki
imported>Makefu
m fix logic fuckup
Klinger (talk | contribs)
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== People ==
* [[User:Disassembler|Disassembler]]


== Contact ==
People collaborate and share ideas at [irc://freenode.org/#nixos-on-your-router freenode at #nixos-on-your-router]


== NixOS on your Router ==
The router working group is various people who collaborate and share ideas in [https://matrix.to/#/#networking:nixos.org #networking:nixos.org] on Matrix.


* IRC Channel: #nixos-on-your-router
== Example configurations ==
* disasm's router config: https://github.com/disassembler/network/blob/master/portal/default.nix
 
* disassembler's router config: https://github.com/disassembler/network/blob/master/nixos/portal/configuration.nix


== Work in Progress ==
== Work in Progress ==
A couple of projekts are in development for this topic:
A couple of projekts are in development for this topic:
* [https://github.com/telent/nixpkgs/blob/nixwrt-cross-elegant/README.nixwrt.md NixWRT] - replacing OpenWRT with the nix toolchain.
* [https://gti.telent.net/dan/liminix liminix] - A Nix-based system for configuring consumer wifi routers or IoT device devices, of the kind that OpenWrt or DD-WRT or Gargoyle or Tomato run on.
* [https://github.com/telent/nixwrt NixWRT] - replacing OpenWRT with the nix toolchain.
** This project has been archived
** [https://www.reddit.com/r/NixOS/comments/7qq14j/in_the_nix_of_time_nixwrt_project_update/ NixWRT Project Update 2018-01-16]
** [https://www.reddit.com/r/NixOS/comments/7qq14j/in_the_nix_of_time_nixwrt_project_update/ NixWRT Project Update 2018-01-16]
** [https://groups.google.com/forum/#!topic/nix-devel/zDQH7Ulotoc Musl support in nixpkgs]
** [https://groups.google.com/forum/#!topic/nix-devel/zDQH7Ulotoc Musl support in nixpkgs]
* [https://git.eno.space/dewclaw.git/tree/openwrt dewclaw]  - generate OpenWRT UCI config from Nix
* [https://github.com/cleverca22/not-os Not-OS] - an operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system
* [https://github.com/cleverca22/not-os Not-OS] - an operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system
== Blog posts ==
* https://dataswamp.org/~solene/2022-08-03-nixos-with-live-usb-router.html
* https://web.archive.org/web/20230330112301/https://francis.begyn.be/blog/nixos-home-router
* https://skogsbrus.xyz/building-a-router-with-nixos
* https://www.jjpdev.com/posts/home-router-nixos/
[[Category:Community]]

Revision as of 20:31, 24 April 2024


The router working group is various people who collaborate and share ideas in #networking:nixos.org on Matrix.

Example configurations

Work in Progress

A couple of projekts are in development for this topic:

  • liminix - A Nix-based system for configuring consumer wifi routers or IoT device devices, of the kind that OpenWrt or DD-WRT or Gargoyle or Tomato run on.
  • NixWRT - replacing OpenWRT with the nix toolchain.
  • dewclaw - generate OpenWRT UCI config from Nix
  • Not-OS - an operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system

Blog posts