ignore interfaces on requild (fix for vboxnet0 lockup)
This commit is contained in:
parent
a266ab201f
commit
ff3718dfa7
1 changed files with 2 additions and 0 deletions
|
|
@ -324,6 +324,8 @@
|
|||
# backlight
|
||||
programs.light.enable = true;
|
||||
|
||||
systemd.network.wait-online.ignoredInterfaces = [ "wg0" "docker0" "vboxnet0" ];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue