Inprove hosts
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
boot = {
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
resumeDevice = "/dev/disk/by-uuid/56ad966f-3268-4b59-999a-48a082bb8052";
|
||||
plymouth.enable = true;
|
||||
|
||||
initrd = {
|
||||
verbose = true;
|
||||
@@ -35,6 +36,7 @@
|
||||
kernelParams = [
|
||||
"usbcore.autosuspend=-1"
|
||||
"quiet"
|
||||
"splash"
|
||||
"modeset"
|
||||
];
|
||||
};
|
||||
@@ -150,4 +152,5 @@
|
||||
}
|
||||
];
|
||||
|
||||
hardware.amdgpu.initrd.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user