+outine, flake update

This commit is contained in:
Sascha Koenig
2025-07-10 06:54:42 +02:00
parent b54213cfbb
commit 55e8c6cae5
7 changed files with 31 additions and 3 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_14;
boot.kernelPackages = pkgs.linuxPackages_latest;
services.xserver.videoDrivers = ["amdgpu"];
security.polkit.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;