.
This commit is contained in:
parent
70dfa7294a
commit
b7e3d07a1c
1 changed files with 5 additions and 5 deletions
10
config.scm
10
config.scm
|
@ -40,11 +40,11 @@
|
|||
(targets
|
||||
'("/boot/efi"))
|
||||
(keyboard-layout keyboard-layout)))
|
||||
(call-with-input-file "/etc/config.scm"
|
||||
(lambda (port)
|
||||
(read port)
|
||||
(read port)
|
||||
(last-pair (read-port))))
|
||||
(file-systems #~(call-with-input-file "/etc/config.scm"
|
||||
(lambda (port)
|
||||
(read port)
|
||||
(read port)
|
||||
(cdr (last-pair (read port))))))
|
||||
#;(file-systems
|
||||
(cons*
|
||||
(file-system
|
||||
|
|
Loading…
Reference in a new issue