Inprove hosts
This commit is contained in:
@@ -60,6 +60,8 @@ in
|
||||
"video"
|
||||
"pipewire"
|
||||
"wheel"
|
||||
"input"
|
||||
"audio"
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
boot = {
|
||||
resumeDevice = "/dev/disk/by-uuid/56ad966f-3268-4b59-999a-48a082bb8052";
|
||||
plymouth.enable = true;
|
||||
|
||||
initrd = {
|
||||
verbose = true;
|
||||
@@ -37,6 +38,7 @@
|
||||
kernelParams = [
|
||||
"usbcore.autosuspend=-1"
|
||||
"quiet"
|
||||
"splash"
|
||||
"modeset"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -67,6 +67,8 @@ in
|
||||
"video"
|
||||
"pipewire"
|
||||
"wheel"
|
||||
"input"
|
||||
"audio"
|
||||
];
|
||||
});
|
||||
groups = {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fontconfig.cache32Bit = true;
|
||||
services.pipewire.alsa.support32Bit = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user