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:
parent
aa4484b03b
commit
1de0a0a55e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue