mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/rigel/networking.nix
This commit is contained in:
@@ -7,25 +7,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
# clan.core.vars.generators.networking.files.ata-interface.secret = false;
|
# clan.core.vars.generators.networking.files.ata-interface.secret = false;
|
||||||
systemd.network = {
|
|
||||||
netdevs = {
|
|
||||||
"20-vlan10" = {
|
|
||||||
netdevConfig = {
|
|
||||||
Kind = "vxlan";
|
|
||||||
Name = "vxlan10";
|
|
||||||
};
|
|
||||||
vxlanConfig = {
|
|
||||||
VNI = 10;
|
|
||||||
Local = "";
|
|
||||||
Remote = [ ];
|
|
||||||
DestinationPort = 4789;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
networks = {
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.interfaces = {
|
networking.interfaces = {
|
||||||
${ata-interface} = {
|
${ata-interface} = {
|
||||||
|
|||||||
Reference in New Issue
Block a user