Need some guidance in creating a nix distribution for RouterOS routers.

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nixwrt

    Discontinued This repo is dormant : NixWRT is being rewritten as Liminix

  • nixpkgs-channels

    Discontinued DEPRECATED! Use NixOS/nixpkgs repository instead.

    Example from the bluetooth module(https://github.com/NixOS/nixpkgs-channels/blob/2628f20267d0c917772abc4c0a7c35788a740b31/nixos/modules/services/hardware/bluetooth.nix)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • nixpkgs

    Nix Packages collection & NixOS

    Since the modules are implemented in nixpkgs/lib then I should be able to use this by importing nixpkgs with { pkgs ? import { } }: And then i should be able to evaluate modules using pkgs.lib.evalModules in a similar way to how they do here? https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/eval-config.nix

  • Home Manager using Nix

    Manage a user environment using Nix [maintainer=@rycee]

    Since I also want to implement a few network related types then I would merge that with nixpkgs with something like this? https://github.com/nix-community/home-manager/blob/master/modules/lib/stdlib-extended.nix

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts