nixos/stream: Initial working config
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 15m5s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 15m5s
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user