aboutsummaryrefslogtreecommitdiff
path: root/vars.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-08 19:28:38 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-08 19:28:38 -0800
commitd8900b3f01bf98911516d39c2c96549485f54577 (patch)
treea31233d917a56babc10fed8116ff32369bf4f1a1 /vars.nix
parenta1835a4ae9eacf8cd0379e4cd1aa768218426967 (diff)
fix email imap; start of udev optimizations
Diffstat (limited to 'vars.nix')
-rw-r--r--vars.nix3
1 files changed, 2 insertions, 1 deletions
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;
}