From 560ed1d9bcd0338e91921b6f8a9530fd3d916141 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 11 Nov 2024 12:13:38 -0300 Subject: [PATCH] home-environments: Add !network abbreviation to restart networking and wpa-supplicant system services --- home-environments/radio.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index ab2ffa2..7c2c4e3 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -227,6 +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")) #|Processes|# (tf . "setsid -f % >/dev/null 2>&1 & disown")