style: use a more straightforward declaration of the service-management configuration of doas in system declaration
parent
0d323cd654
commit
65e95bfce7
6
buer.scm
6
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"))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue