mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 06:29:23 +08:00
devices.srv2: 使用有线网
This commit is contained in:
@@ -11,8 +11,6 @@ inputs:
|
||||
network =
|
||||
{
|
||||
static.eno2 = { ip = "192.168.178.1"; mask = 24; };
|
||||
wireless = { networks = [ "409的5G" ]; fourAddr = true; };
|
||||
bridge.br0.interfaces = [ "eno1" "wlp134s0" ];
|
||||
masquerade = [ "eno2" ];
|
||||
trust = [ "eno2" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user