mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
laptop lightdm is broken will not login unless autologin is enable
This commit is contained in:
parent
41b40e570b
commit
d9122ada5e
3 changed files with 13 additions and 5 deletions
|
|
@ -31,9 +31,13 @@
|
|||
users."${settings.username}" = {
|
||||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "audio" "networkmanager"];
|
||||
extraGroups = ["audio" "networkmanager"];
|
||||
};
|
||||
};
|
||||
services.xserver.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = settings.username;
|
||||
};
|
||||
boot = {
|
||||
initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci"];
|
||||
kernelModules = ["kvm-amd"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue