diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-08 19:28:38 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-08 19:28:38 -0800 |
commit | d8900b3f01bf98911516d39c2c96549485f54577 (patch) | |
tree | a31233d917a56babc10fed8116ff32369bf4f1a1 /vars.nix | |
parent | a1835a4ae9eacf8cd0379e4cd1aa768218426967 (diff) |
fix email imap; start of udev optimizations
Diffstat (limited to 'vars.nix')
-rw-r--r-- | vars.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |