diff --git a/configuration.nix b/configuration.nix index 9387981..d51be27 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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