flake update

This commit is contained in:
Sascha Koenig
2025-10-22 19:48:25 +02:00
parent d24c6b28f8
commit aaf82b29da
11 changed files with 47 additions and 53 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_16;
boot.kernelPackages = pkgs.linuxPackages_6_17;
services.xserver.videoDrivers = ["amdgpu"];
security.polkit.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;