mob next [ci-skip] [ci skip] [skip ci]
lastFile:clan.nix
This commit is contained in:
@@ -79,11 +79,11 @@ in
|
||||
in
|
||||
{
|
||||
settings = {
|
||||
enableOmada = true;
|
||||
wan = {
|
||||
interface = "enp1s0";
|
||||
vlanId = null;
|
||||
};
|
||||
|
||||
vlans = {
|
||||
mgmt = lib.recursiveUpdate (genVlan 10 24) {
|
||||
dhcp.fixedIPs.storinator01 = {
|
||||
@@ -106,6 +106,7 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
trunkPorts = [ "enp2s0" ];
|
||||
|
||||
accessPorts = {
|
||||
@@ -113,6 +114,13 @@ in
|
||||
};
|
||||
|
||||
upLinkPorts = [ "enp3s0" ];
|
||||
|
||||
enableOmada = true;
|
||||
|
||||
speedtest = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user