diff --git a/hosts/joker/default.nix b/hosts/joker/default.nix index 88f1771..4ca9094 100644 --- a/hosts/joker/default.nix +++ b/hosts/joker/default.nix @@ -15,6 +15,8 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi"; + systemd.services.NetworkManager-wait-online.enable = false; + networking.hostName = "joker"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.