Jump to content

Networking working group: Difference between revisions

From NixOS Wiki
Hexa (talk | contribs)
Update working group to mean various people on the networking chat room. Update disassembler's config URL. Fix some typos.
DoggoBit (talk | contribs)
m DoggoBit moved page Router workgroup to Networking working group: Official naming; Sorry for the double move
 
(3 intermediate revisions by 3 users not shown)
Line 19: Line 19:
== Blog posts ==
== Blog posts ==
* https://dataswamp.org/~solene/2022-08-03-nixos-with-live-usb-router.html
* 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://francis.begyn.be/blog/nixos-home-router
* https://skogsbrus.xyz/building-a-router-with-nixos
* https://skogsbrus.xyz/building-a-router-with-nixos
* https://www.jjpdev.com/posts/home-router-nixos/
* https://www.jjpdev.com/posts/home-router-nixos/
[[Category:Community]]

Latest revision as of 18:04, 8 June 2025


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