fix(kratos): replace gdm with greetd/tuigreet login manager

This commit is contained in:
2026-05-25 09:19:08 +02:00
parent 9f1e7fd568
commit 32677cfb40
3 changed files with 42 additions and 2 deletions
+1 -1
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_18;
boot.kernelPackages = pkgs.linuxPackages_7_0;
services.xserver.videoDrivers = ["amdgpu"];
security.polkit.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;