Inprove hosts

This commit is contained in:
2025-09-02 22:45:34 +03:00
parent 8b220c3657
commit e01c50fdde
5 changed files with 10 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ in
"video"
"pipewire"
"wheel"
"input"
"audio"
];
});

View File

@@ -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"
];
};