aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-04 20:57:51 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-04 20:57:51 -0800
commit47b17ba356e9ee54ffd998dc7afe1205cf5ca7f7 (patch)
treedf999b5881b982a456914d805591316c5917ae08 /configuration.nix
parentc1b31d8192f8aa50d9bcd7f41946f909121cd75f (diff)
CHANGEME
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 4643be5..b220420 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -44,14 +44,16 @@
};
boot = {
+ # CHANGEME delete this initrd entry
initrd.luks.devices."luks-30d6b69f-1ec0-4111-b5d3-c0138d485a49".device = "/dev/disk/by-uuid/30d6b69f-1ec0-4111-b5d3-c0138d485a49";
-
+ # CHANGEME delete lanzaboote entry for now
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
loader = {
+ # CHANGEME to true
systemd-boot.enable = lib.mkForce false;
efi.canTouchEfiVariables = true;
};
@@ -234,6 +236,7 @@
options = "caps:escape";
};
+ # CHANGEME if using nvidia
videoDrivers = [];
enable = true;
};
@@ -378,6 +381,7 @@
nix.settings.experimental-features = "nix-command flakes";
+ # CHANGEME timezone
time.timeZone = "America/Vancouver";
i18n.defaultLocale = "en_CA.UTF-8";
system = {