nixos/stream: Initial working config
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 15m5s

This commit is contained in:
2023-11-19 22:05:24 +00:00
parent 7330b8f832
commit 655a44a28b
50 changed files with 880 additions and 811 deletions

View File

@@ -106,6 +106,10 @@ rec {
wan = 130;
};
hiMTU = 9000;
routers = [
"river"
"stream"
];
prefixes = with lib.my.net.cidr; rec {
modem = {
v4 = "192.168.0.0/24";