1
0
nixfiles/hosts/carbon/net-lte.nix

12 lines
113 B
Nix
Raw Normal View History

{ ... }:
{
## LTE-Uplink
networking.vlans."enp1s0.102" = {
id = 102;
interface = "enp1s0";
};
}