This commit is contained in:
Tao Tien 2023-07-18 22:14:59 -07:00
parent 1f9b248c04
commit 78c6679987
7 changed files with 48 additions and 32 deletions

View file

@ -1,4 +1,4 @@
{ lib, modulesPath, pkgs, ... }: {
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
];
@ -23,10 +23,6 @@
services.fprintd.enable = true;
services.fwupd.enable = true;
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
nixpkgs.hostPlatform = "x86_64-linux";
boot.initrd.availableKernelModules = [
"nvme"
"sd_mod"