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")
|
(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"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue