style: use a more straightforward declaration of the service-management configuration of doas in system declaration

pull/1/head
anemofilia 2023-09-23 22:07:37 -03:00
parent 0d323cd654
commit 65e95bfce7
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 3 additions and 3 deletions

View File

@ -274,9 +274,9 @@
(permit (identity ":wheel") (permit (identity ":wheel")
(nopass? #t) (nopass? #t)
(command "herd") (command "herd")
(args (cons action service)))) (args (list action service))))
`(("tlp") ("tor") ("thermald") `("tlp" "tor" "thermald" "thinkfan"
("thinkfan") ("wpa-supplicant")) "wpa-supplicant")
`("doc" "stop" "start" "enable" `("doc" "stop" "start" "enable"
"status" "restart" "disable")))) "status" "restart" "disable"))))