Fix interface config

This commit is contained in:
Andreas Zweili 2022-09-17 18:57:03 +02:00
parent babdc30042
commit 6620582c8c
1 changed files with 1 additions and 1 deletions

View File

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