Add br0.5 and brvm to starlight
This commit is contained in:
parent
700482ac31
commit
5982c1638d
|
@ -42,6 +42,15 @@
|
||||||
};
|
};
|
||||||
networking.dhcpcd.allowInterfaces = [ "br0" ];
|
networking.dhcpcd.allowInterfaces = [ "br0" ];
|
||||||
|
|
||||||
|
networking.vlans."br0.5" = {
|
||||||
|
id = 5;
|
||||||
|
interface = "br0";
|
||||||
|
};
|
||||||
|
networking.bridges.brvm = {
|
||||||
|
rstp = false;
|
||||||
|
interfaces = [ "br0.5" ];
|
||||||
|
};
|
||||||
|
|
||||||
services.openssh.extraConfig = ''
|
services.openssh.extraConfig = ''
|
||||||
HostCertificate ${./starlight-cert.pub}
|
HostCertificate ${./starlight-cert.pub}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue