1
0

hosts/carbon: Move net-lte to seperate file

This commit is contained in:
2024-07-14 00:56:07 +02:00
parent 9102d40958
commit e12888edbd
2 changed files with 12 additions and 6 deletions

11
hosts/carbon/net-lte.nix Normal file
View File

@@ -0,0 +1,11 @@
{ ... }:
{
## LTE-Uplink
networking.vlans."enp1s0.102" = {
id = 102;
interface = "enp1s0";
};
}