Fix hibernation

This commit is contained in:
Ghostfox
2026-04-28 08:43:16 +02:00
parent 09329c43a1
commit 9b09f60121
4 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,6 @@
boot.kernelParams = [
"vm.swappiness=30"
"hibernate.compressor=lz4"
# "hibernate.compressor=lz4"
];
}