fuuko: Do DHCP on both interfaces
This commit is contained in:
parent
5741591d5f
commit
7f2ed58e19
|
@ -93,6 +93,7 @@
|
|||
networking = {
|
||||
useDHCP = false;
|
||||
interfaces.enp10s0.useDHCP = true;
|
||||
interfaces.enp9s0.useDHCP = true;
|
||||
};
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue