From d6f3f11611bda257cd42b158999642118d32c39f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 10 Dec 2022 18:48:20 +0800 Subject: [PATCH] hosts/graphical-installer: force wireless networking setup Ehhh... It's going to have an error since the wireless network setup does not have enough priority for the appropriate image format configuration. --- hosts/graphical-installer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/graphical-installer/default.nix b/hosts/graphical-installer/default.nix index ab05714d..0de946a3 100644 --- a/hosts/graphical-installer/default.nix +++ b/hosts/graphical-installer/default.nix @@ -16,6 +16,8 @@ ] ++ builtins.attrValues inputs; }; + networking.wireless.enable = lib.mkForce false; + profiles = { desktop = { enable = true;