From 65e95bfce724d9cf66d22e5cd6b36dc242e557aa Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sat, 23 Sep 2023 22:07:37 -0300 Subject: [PATCH] style: use a more straightforward declaration of the service-management configuration of doas in system declaration --- buer.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buer.scm b/buer.scm index 0118fa1..3cd2d9b 100644 --- a/buer.scm +++ b/buer.scm @@ -274,9 +274,9 @@ (permit (identity ":wheel") (nopass? #t) (command "herd") - (args (cons action service)))) - `(("tlp") ("tor") ("thermald") - ("thinkfan") ("wpa-supplicant")) + (args (list action service)))) + `("tlp" "tor" "thermald" "thinkfan" + "wpa-supplicant") `("doc" "stop" "start" "enable" "status" "restart" "disable"))))