hosts/carbon: Move net-lte to seperate file
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
./net-dsl.nix
|
||||
./net-gastnetz.nix
|
||||
./net-heimnetz.nix
|
||||
./net-lte.nix
|
||||
./net-voip.nix
|
||||
./ppp.nix
|
||||
];
|
||||
@@ -25,12 +26,6 @@
|
||||
";
|
||||
|
||||
networking.useDHCP = false;
|
||||
# Network
|
||||
## LTE-Uplink
|
||||
networking.vlans."enp1s0.102" = {
|
||||
id = 102;
|
||||
interface = "enp1s0";
|
||||
};
|
||||
|
||||
networking.nat = {
|
||||
enableIPv6 = true;
|
||||
|
Reference in New Issue
Block a user