aboutsummaryrefslogtreecommitdiff
path: root/vars.nix
diff options
context:
space:
mode:
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;
}