boreal: don't auto enable dhcp on interfaces

Same as commit 40c5551d9b

Reason is it creates a 90 seconds timeout when shutting down the machine
if the interface isn't connected anymore.
This commit is contained in:
Antoine Martin 2022-04-09 19:46:22 +02:00
parent aa4484b03b
commit 1de0a0a55e

View file

@ -37,12 +37,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.enp8s0.useDHCP = true;
networking.interfaces.wlp4s0.useDHCP = true;
# List services that you want to enable:
my.services = {
restic-backup = {