Enable DHCP on the second interface of loki-test

This commit is contained in:
Andreas Zweili 2022-09-17 18:56:15 +02:00
parent 60da0c4d7a
commit babdc30042
1 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,7 @@
boot.kernel.sysctl = {
"net.ipv4.conf.all.forwarding" = true;
};
interfaces.enp1s0 = {
useDHCP = true;
};
}