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