mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
system: Remove custom 'config-file service from "vm-image.tmpl".
This example is broken since commit
99c45877a9
(wrong file name passed to
'local-file'), and its functionality is superseded by the upcoming
'provenance-service-type'.
* gnu/system/examples/vm-image.tmpl (this-file): Remove.
<services>: Remove 'config-file service.
This commit is contained in:
parent
fcbe4f71ca
commit
362bcdb1b0
1 changed files with 0 additions and 9 deletions
|
@ -24,11 +24,6 @@ Run '\x1b[1;37minfo guix\x1b[0m' to browse documentation.
|
|||
accounts.\x1b[0m
|
||||
"))
|
||||
|
||||
(define this-file
|
||||
(local-file (basename (assoc-ref (current-source-location) 'filename))
|
||||
"config.scm"))
|
||||
|
||||
|
||||
(operating-system
|
||||
(host-name "gnu")
|
||||
(timezone "Etc/UTC")
|
||||
|
@ -73,10 +68,6 @@ root ALL=(ALL) ALL
|
|||
(services
|
||||
(append (list (service xfce-desktop-service-type)
|
||||
|
||||
;; Copy this file to /etc/config.scm in the OS.
|
||||
(simple-service 'config-file etc-service-type
|
||||
`(("config.scm" ,this-file)))
|
||||
|
||||
;; Choose SLiM, which is lighter than the default GDM.
|
||||
(service slim-service-type
|
||||
(slim-configuration
|
||||
|
|
Loading…
Reference in a new issue