home-environments: radio: Add missing comma in !network abbreviation definition

main
Luis Guilherme Coelho 2024-11-11 12:15:52 -03:00
parent 560ed1d9bc
commit 72bc8a2548
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 2 deletions

View File

@ -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")