fuuko: Do DHCP on both interfaces

nazuna
Simon Bruder 2023-08-12 15:32:12 +02:00
parent 5741591d5f
commit 7f2ed58e19
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
networking = {
useDHCP = false;
interfaces.enp10s0.useDHCP = true;
interfaces.enp9s0.useDHCP = true;
};
services.logind.extraConfig = ''