mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Fix typo in comment.
* gnu/services/sddm.scm: Fix typo.
This commit is contained in:
parent
d229ba9502
commit
d1f3063196
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ (define (sddm-greeter-pam-service)
|
|||
(name "sddm-greeter")
|
||||
(auth
|
||||
(list
|
||||
;; Load environment form /etc/environment and ~/.pam_environment
|
||||
;; Load environment from /etc/environment and ~/.pam_environment
|
||||
(pam-entry
|
||||
(control "required")
|
||||
(module "pam_env.so"))
|
||||
|
|
Loading…
Reference in a new issue