From dc01a2d2f103ea0edb59872549713a8d60f1119b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 23 Jun 2023 15:44:19 +0800 Subject: [PATCH] hosts/graphical-installer: re-disable wireless module I forgot why it's there. Now I remember. :) --- 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 047231f3..c5106c57 100644 --- a/hosts/graphical-installer/default.nix +++ b/hosts/graphical-installer/default.nix @@ -16,6 +16,8 @@ ] ++ builtins.attrValues inputs; }; + networking.wireless.enable = false; + profiles = { desktop = { enable = true;