zephyrus: don't auto enable dhcp on interfaces

This should be handled by network manager since this is a laptop
This commit is contained in:
Antoine Martin 2022-03-30 12:48:50 +02:00
parent 97f4ebee74
commit 40c5551d9b

View file

@ -30,12 +30,6 @@
# Set your time zone.
time.timeZone = "Europe/Paris";
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
networking.interfaces.enp0s31f6.useDHCP = true;
networking.interfaces.wlp0s20f3.useDHCP = true;
# List services that you want to enable:
my.services = {
tailscale.enable = true;