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 ]);
|
excludePackages = (with pkgs; [ xterm ]);
|
||||||
displayManager = {
|
displayManager = {
|
||||||
defaultSession = "plasmawayland";
|
defaultSession = "plasmawayland";
|
||||||
|
autoLogin = {
|
||||||
|
enable = true;
|
||||||
|
user = "user";
|
||||||
|
};
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland = {
|
wayland = {
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
|
availableKernelModules =
|
||||||
|
[ "amdgpu" "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
|
||||||
luks.devices."cryptroot".device =
|
luks.devices."cryptroot".device =
|
||||||
"/dev/disk/by-uuid/f7dd4142-7109-4493-834d-4a831777f08d";
|
"/dev/disk/by-uuid/f7dd4142-7109-4493-834d-4a831777f08d";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue