flake update

This commit is contained in:
Sascha Koenig
2025-07-01 15:12:32 +02:00
parent a11ee7ee02
commit b54213cfbb
8 changed files with 114 additions and 94 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;
services.xserver.videoDrivers = ["amdgpu"];
security.polkit.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;