stuff
This commit is contained in:
parent
1f9b248c04
commit
78c6679987
7 changed files with 48 additions and 32 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue