mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add missing comma in !network abbreviation definition
parent
560ed1d9bc
commit
72bc8a2548
|
@ -227,8 +227,8 @@
|
|||
(!repl . "guix repl -i ~/.config/guile/guilerc")
|
||||
(!home . "guix home reconfigure ~/.config/guix/home.scm")
|
||||
(!system . "doas guix system reconfigure /etc/config.scm")
|
||||
(!network . (format #f "doas herd restart networking ~
|
||||
&& doas herd restart wpa-supplicant"))
|
||||
(!network . ,(format #f "doas herd restart networking ~
|
||||
&& doas herd restart wpa-supplicant"))
|
||||
|
||||
#|Processes|#
|
||||
(tf . "setsid -f % >/dev/null 2>&1 & disown")
|
||||
|
|
Loading…
Reference in New Issue