mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
installer: Unconditionally import (gnu services cups) in config.scm.
* gnu/installer/steps.scm (format-configuration): Add cups to the list of GNU service modules.
This commit is contained in:
parent
0dbd2c3b08
commit
8dc852b940
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ (define (format-configuration steps results)
|
|||
'())))
|
||||
steps))
|
||||
(modules '((use-modules (gnu))
|
||||
(use-service-modules desktop networking ssh xorg))))
|
||||
(use-service-modules cups desktop networking ssh xorg))))
|
||||
`(,@modules
|
||||
()
|
||||
(operating-system ,@configuration))))
|
||||
|
|
Loading…
Reference in a new issue