feat!: enable hibernation again

This commit is contained in:
Moritz Böhme 2023-05-07 12:05:38 +02:00
parent 49f7cde4cd
commit 0b54e1877e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 27 additions and 12 deletions

View file

@ -4,7 +4,7 @@
}: {
## System security tweaks
# Prevent replacing the running kernel w/o reboot
security.protectKernelImage = lib.mkDefault true;
# security.protectKernelImage = lib.mkDefault true; # NOTE disabled for now to enable hibernate
# tmpfs = /tmp is mounted in ram. Doing so makes temp file management speedy
# on ssd systems, and volatile! Because it's wiped on reboot.