summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/grub2.nix1
-rw-r--r--modules/t470s.nix4
2 files changed, 5 insertions, 0 deletions
diff --git a/modules/grub2.nix b/modules/grub2.nix
index 6eaa8cc..be78a60 100644
--- a/modules/grub2.nix
+++ b/modules/grub2.nix
@@ -9,4 +9,5 @@
     };
     efi.canTouchEfiVariables = true;
   };
+  boot.earlyVconsoleSetup = true;
 }
diff --git a/modules/t470s.nix b/modules/t470s.nix
index ba2c17c..ddaba1d 100644
--- a/modules/t470s.nix
+++ b/modules/t470s.nix
@@ -4,4 +4,8 @@
   hardware.firmware = with pkgs; [
     firmwareLinuxNonfree
   ];
+
+  environment.systemPackages = with pkgs; [
+    nvme-cli
+  ];
 }