<asheshambasta>
Hi everyone, is there a simple readme for the simplest NixOS based router setup?
<asheshambasta>
I've been trying to follow https://francis.begyn.be/blog/nixos-home-router, which seems far too complex for me, and very different from my use case. What I'd like to achieve is have one of my ETH interfaces connect to my ISP router, request an IPv4 addr. from it, and have a private network behind my APU3D4.
<hexa->
there is the pppd test if you have pppoe connetivity
<asheshambasta>
pppd is solely for pppoe right? AFAIK, this is not what I'm trying to achieve.
<n0emis[m]>
i recently saw a talk about systemd-networkd in nixos, which said, that routes are not yet supported. is this still the case?
<hexa->
routes? that sounds wrong
<n0emis[m]>
well, that talk is a bit older... but the routes i added with networking.interfaces.ens3.ipv4.routes were indeed not added to the routing-table...
<hexa->
systemd.networkd.networks."ens3".routes though
<n0emis[m]>
hmm, that did not work either
<hexa->
can you pastebin the resulting networkd config?