operating-systems: buer: Use 1/4 of the total available ram for zram

sioyek
Luis Guilherme Coelho 2024-02-11 22:49:52 -03:00
parent 636c05a168
commit 1f5167d9be
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,7 @@
#|Radix system|# #|Radix system|#
#|S|# #:use-module (radix system setuid) #|S|# #:use-module (radix system setuid)
#|M|# #:use-module (radix system monitoring)
#|Buer files|# #|Buer files|#
#|S|# #:use-module ((buer files substitute-keys) #:prefix public-key:) #|S|# #:use-module ((buer files substitute-keys) #:prefix public-key:)
@ -80,6 +81,7 @@
"/backgrounds/guix-silver-16-9.svg")) "/backgrounds/guix-silver-16-9.svg"))
(gfxmode `("1280x720x32")))))) (gfxmode `("1280x720x32"))))))
(kernel linux-libre-6.7)
(kernel-arguments (kernel-arguments
`("modprobe.blacklist=usbmouse,usbkbd,pcspkr" `("modprobe.blacklist=usbmouse,usbkbd,pcspkr"
"thinkpad_acpi.fan_control=1" "thinkpad_acpi.fan_control=1"
@ -270,7 +272,7 @@
#|Memory management services|# #|Memory management services|#
(service zram-device-service-type (service zram-device-service-type
(zram-device-configuration (zram-device-configuration
(size "2G") (size (round/ (ram-total) 4))
(compression-algorithm 'lz4))) (compression-algorithm 'lz4)))
#|Doas configuration services|# #|Doas configuration services|#