chore: substitute dash by dash-next in system declaration
parent
f7946b62c1
commit
d2cec18208
10
buer.scm
10
buer.scm
|
@ -5,6 +5,7 @@
|
||||||
#|Radix|# (radix artwork)
|
#|Radix|# (radix artwork)
|
||||||
(radix packages linux)
|
(radix packages linux)
|
||||||
(radix packages text-editors)
|
(radix packages text-editors)
|
||||||
|
(radix packages shells)
|
||||||
(radix services linux)
|
(radix services linux)
|
||||||
(radix system setuid)
|
(radix system setuid)
|
||||||
(radix secrets)
|
(radix secrets)
|
||||||
|
@ -27,7 +28,6 @@
|
||||||
#|G|# gawk glib guile guile-xyz
|
#|G|# gawk glib guile guile-xyz
|
||||||
#|L|# less linux
|
#|L|# less linux
|
||||||
#|M|# man
|
#|M|# man
|
||||||
#|S|# shells
|
|
||||||
#|T|# texinfo tmux
|
#|T|# texinfo tmux
|
||||||
#|V|# vpn)
|
#|V|# vpn)
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
(name "radio")
|
(name "radio")
|
||||||
(password %radio-password)
|
(password %radio-password)
|
||||||
(home-directory "/home/radio")
|
(home-directory "/home/radio")
|
||||||
(shell (file-append dash "/bin/dash"))
|
(shell (file-append dash-next "/bin/dash"))
|
||||||
(uid 1000)
|
(uid 1000)
|
||||||
(group "users")
|
(group "users")
|
||||||
(supplementary-groups `("audio" "input" "video" "wheel")))
|
(supplementary-groups `("audio" "input" "video" "wheel")))
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
(home-directory "/root")
|
(home-directory "/root")
|
||||||
(uid 0)
|
(uid 0)
|
||||||
(group "root")
|
(group "root")
|
||||||
(shell (file-append dash "/bin/dash")))
|
(shell (file-append dash-next "/bin/dash")))
|
||||||
%base-user-accounts))
|
%base-user-accounts))
|
||||||
|
|
||||||
#|System level packages|#
|
#|System level packages|#
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
#|linux |# e2fsprogs eudev fuse iproute kbd kmod lm-sensors procps
|
#|linux |# e2fsprogs eudev fuse iproute kbd kmod lm-sensors procps
|
||||||
psmisc thinkfan-next util-linux
|
psmisc thinkfan-next util-linux
|
||||||
#|man |# man-db mandoc man-pages
|
#|man |# man-db mandoc man-pages
|
||||||
#|shells |# dash
|
#|shells |# dash-next
|
||||||
#|texinfo |# info-reader
|
#|texinfo |# info-reader
|
||||||
#|text-editors|# kakoune-next
|
#|text-editors|# kakoune-next
|
||||||
#|tmux |# tmux
|
#|tmux |# tmux
|
||||||
|
@ -244,7 +244,7 @@
|
||||||
|
|
||||||
#|Special file services|#
|
#|Special file services|#
|
||||||
(service special-files-service-type
|
(service special-files-service-type
|
||||||
`(("/bin/sh" ,(file-append dash "/bin/dash"))
|
`(("/bin/sh" ,(file-append dash-next "/bin/dash"))
|
||||||
("/usr/bin/env" ,(file-append coreutils "/bin/env"))))
|
("/usr/bin/env" ,(file-append coreutils "/bin/env"))))
|
||||||
|
|
||||||
#|Miscellaneous services|#
|
#|Miscellaneous services|#
|
||||||
|
|
Loading…
Reference in New Issue