From d8900b3f01bf98911516d39c2c96549485f54577 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 8 Jan 2025 19:28:38 -0800 Subject: fix email imap; start of udev optimizations --- vars.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vars.nix') diff --git a/vars.nix b/vars.nix index 3243438..d221dd2 100644 --- a/vars.nix +++ b/vars.nix @@ -36,6 +36,7 @@ "eDP-1" "DP-2" "DP-3" + "LVDS-1" ]; # enable video drivers based on your system. @@ -50,5 +51,5 @@ # use false if this is your first install of continuity. # See https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md # for more information. - secureBoot = true; + secureBoot = false; } -- cgit