mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
chen: New ethernet adapter
This commit is contained in:
parent
9aa9355754
commit
5e6c1f12b7
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ with lib;
|
|||
userControlled.enable = false;
|
||||
interfaces = singleton "wlp1s0";
|
||||
};
|
||||
interfaces.enp0s20u2c2.ipv4.addresses = singleton {
|
||||
interfaces.enp0s20u1.ipv4.addresses = singleton {
|
||||
inherit (config.network.addresses.private.nixos.ipv4) address;
|
||||
prefixLength = 24;
|
||||
};
|
||||
|
|
@ -89,7 +89,7 @@ with lib;
|
|||
|
||||
network.firewall = {
|
||||
public = {
|
||||
interfaces = singleton "enp0s20u2c2";
|
||||
interfaces = singleton "enp0s20u1";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue