From c79bfc87169e60755716b8c4f5f37d517e7086e0 Mon Sep 17 00:00:00 2001 From: Xe Date: Mon, 2 Jan 2023 19:09:09 -0500 Subject: [PATCH] joker Signed-off-by: Xe --- hosts/joker/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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.