mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/rigel/networking.nix
This commit is contained in:
2025-10-27 17:08:36 +07:00
parent 26fc825cd2
commit a20b29904a

View File

@@ -7,6 +7,19 @@ let
in
{
# clan.core.vars.generators.networking.files.ata-interface.secret = false;
systemd.network = {
netdevs = {
"20-vlan10" = {
netdevConfig = {
Kind = "vxlan";
Name = "vxlan10";
};
};
};
networks = {
};
};
networking.interfaces = {
${ata-interface} = {