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:
parent
97f4ebee74
commit
40c5551d9b
|
@ -30,12 +30,6 @@
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Paris";
|
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:
|
# List services that you want to enable:
|
||||||
my.services = {
|
my.services = {
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue