l daedalus.r: add ens* to dhcpcd interfaces

This commit is contained in:
lassulus 2018-01-05 15:59:11 +01:00
parent 65a1bf4756
commit 5c8676bc9c

View File

@ -43,6 +43,7 @@
networking.dhcpcd.allowInterfaces = [
"enp*"
"eth*"
"ens*"
];
}
{