fixed boot resolution
This commit is contained in:
parent
c35f47a264
commit
0c8df4dd20
2 changed files with 6 additions and 1 deletions
|
|
@ -31,6 +31,10 @@ in {
|
|||
excludePackages = (with pkgs; [ xterm ]);
|
||||
displayManager = {
|
||||
defaultSession = "plasmawayland";
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "user";
|
||||
};
|
||||
sddm = {
|
||||
enable = true;
|
||||
wayland = {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
|
||||
availableKernelModules =
|
||||
[ "amdgpu" "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
|
||||
luks.devices."cryptroot".device =
|
||||
"/dev/disk/by-uuid/f7dd4142-7109-4493-834d-4a831777f08d";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue