hosts/carbon: Move net-lte to seperate file
This commit is contained in:
parent
9102d40958
commit
e12888edbd
@ -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;
|
||||
|
11
hosts/carbon/net-lte.nix
Normal file
11
hosts/carbon/net-lte.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
## LTE-Uplink
|
||||
networking.vlans."enp1s0.102" = {
|
||||
id = 102;
|
||||
interface = "enp1s0";
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user