mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 08:06:19 +02:00
don't use latest kernels
This commit is contained in:
parent
505d713001
commit
0a8ef57823
6 changed files with 23 additions and 23 deletions
|
@ -25,7 +25,6 @@
|
|||
};
|
||||
efi.efiSysMountPoint = "/boot/efi";
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
initrd.systemd.enable = true;
|
||||
};
|
||||
zramSwap.enable = true;
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
|
|
@ -185,12 +185,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.tpm2 = {
|
||||
enable = true;
|
||||
pkcs11.enable = true;
|
||||
abrmd.enable = true;
|
||||
tctiEnvironment.enable = true;
|
||||
};
|
||||
# security.tpm2 = {
|
||||
# enable = true;
|
||||
# pkcs11.enable = true;
|
||||
# abrmd.enable = true;
|
||||
# tctiEnvironment.enable = true;
|
||||
# };
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue