mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: rules: Fix indentation
parent
c08d053ebd
commit
b16563bc33
|
@ -35,10 +35,12 @@
|
|||
(command "herd")
|
||||
(args (list action))))
|
||||
`("status" "detailed-status"))
|
||||
(list (permit (identity ":wheel")
|
||||
(map (lambda (action)
|
||||
(permit (identity ":wheel")
|
||||
(nopass? #t)
|
||||
(command "herd")
|
||||
(args `("trigger" "snapshot-/home"))))
|
||||
(args `(,action "snapshot-/home"))))
|
||||
`("doc" "status" "trigger"))
|
||||
(flat-map (lambda (service action)
|
||||
(permit (identity ":wheel")
|
||||
(nopass? #t)
|
||||
|
|
Loading…
Reference in New Issue