eyJhb changed the topic of #nixos-on-your-router to: NixOS on your Router || https://logs.nix.samueldr.com/nixos-on-your-router
lopsided98_ has quit [Ping timeout: 260 seconds]
lopsided98 has joined #nixos-on-your-router
<clever> nixos is great!
<clever> - LAN = "enp4s2f1";
<clever> + LAN = "lan";
<clever> + LAN2 = "enp3s3"; # c2d
<clever> + LAN1 = "enp4s2f1";
<clever> networking = {
<clever> + bridges.lan.interfaces = [ LAN1 LAN2 ];
<clever> this minor change, and the lan port on my router changes from a single IF, to a bridge over 2 IF's
<clever> with under a minute of downtime
<eyJhb> night: It is amazing!
fooker has quit [Ping timeout: 272 seconds]
fooker has joined #nixos-on-your-router