mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: Fix zram-device-service.
* gnu/services/linux.scm (<zram-device-configuration>): Fix typo.
This commit is contained in:
parent
898fbb60b2
commit
71992a532d
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ (define kernel-module-loader-service-type
|
|||
(define-record-type* <zram-device-configuration>
|
||||
zram-device-configuration make-zram-device-configuration
|
||||
zram-device-configuration?
|
||||
(size zram-device-configration-size
|
||||
(size zram-device-configuration-size
|
||||
(default "1G")) ; string or integer
|
||||
(compression-algorithm zram-device-configuration-compression-algorithm
|
||||
(default 'lzo)) ; symbol
|
||||
|
|
Loading…
Reference in a new issue