summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-07-28 16:37:12 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-07-28 16:37:12 +0200
commitc6b9fc1c37a09f0289c8dada031593c248920f9d (patch)
tree067872445e7b313884b7dd9d877d5f64810ff06a /common.nix
parente460470190416978adfe43e1542dba27243c1590 (diff)
memtest + fix hardware config + installer
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 846fbcd..a737598 100644
--- a/common.nix
+++ b/common.nix
@@ -35,6 +35,9 @@ in
# use a high resolution
boot.loader.systemd-boot.consoleMode = "max";
+ # we want to be able to do a memtest
+ boot.loader.systemd-boot.memtest86.enable = true;
+
# use systemd early
boot.initrd.systemd.enable = true;
@@ -213,6 +216,7 @@ in
libva-utils
lsof
mc
+ nixos-install-tools
unrar
unzip
vulkan-tools