operating-systems: buer: rules: Fix indentation

main
Luis Guilherme Coelho 2024-11-28 09:48:02 -03:00
parent c08d053ebd
commit b16563bc33
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 4 additions and 2 deletions

View File

@ -35,10 +35,12 @@
(command "herd") (command "herd")
(args (list action)))) (args (list action))))
`("status" "detailed-status")) `("status" "detailed-status"))
(list (permit (identity ":wheel") (map (lambda (action)
(permit (identity ":wheel")
(nopass? #t) (nopass? #t)
(command "herd") (command "herd")
(args `("trigger" "snapshot-/home")))) (args `(,action "snapshot-/home"))))
`("doc" "status" "trigger"))
(flat-map (lambda (service action) (flat-map (lambda (service action)
(permit (identity ":wheel") (permit (identity ":wheel")
(nopass? #t) (nopass? #t)