framework-2024-04-12-10-25-52
This commit is contained in:
20
machine/desktop.nix
Normal file → Executable file
20
machine/desktop.nix
Normal file → Executable file
@ -44,17 +44,17 @@ in
|
||||
};
|
||||
|
||||
|
||||
loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
device = "nodev";
|
||||
efiSupport = true;
|
||||
gfxmodeEfi = "1024x768";
|
||||
configurationLimit = 5;
|
||||
};
|
||||
# loader = {
|
||||
# grub = {
|
||||
# enable = true;
|
||||
# device = "nodev";
|
||||
# efiSupport = true;
|
||||
# gfxmodeEfi = "1024x768";
|
||||
# configurationLimit = 5;
|
||||
# };
|
||||
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
# efi.canTouchEfiVariables = true;
|
||||
# };
|
||||
|
||||
initrd.kernelModules = [ "amdgpu" ];
|
||||
plymouth.enable = true;
|
||||
|
Reference in New Issue
Block a user