flake update

This commit is contained in:
m3tam3re
2025-09-04 15:36:53 +02:00
parent d2c127c396
commit a81aee81b1
3 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.kernelModules = ["amdgpu"];
boot.kernelPackages = pkgs.linuxPackages_6_15;
boot.kernelPackages = pkgs.linuxPackages_6_16;
services.xserver.videoDrivers = ["amdgpu"];
security.polkit.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;