1
0
vcp-bula-nixfiles/hosts/router/102-net-uplink-b.nix

9 lines
109 B
Nix
Raw Normal View History

2022-07-12 23:36:05 +02:00
{ config, pkgs, ...}:
{
networking.vlans."net-uplink-b" = {
id = 102;
interface = "ens18";
};
}