mirror of https://codeberg.org/anemofilia/zero
buer: rules: Allow wheel group to trigger the snapshot-@home timer
parent
e4d923dd41
commit
cd0ad6cdc0
|
@ -35,6 +35,10 @@
|
|||
(command "herd")
|
||||
(args (list action))))
|
||||
`("status" "detailed-status"))
|
||||
(list (permit (identity ":wheel")
|
||||
(nopass? #t)
|
||||
(command "herd")
|
||||
(args (list "trigger" "snapshot-@home"))))
|
||||
(flat-map (lambda (service action)
|
||||
(permit (identity ":wheel")
|
||||
(nopass? #t)
|
||||
|
|
Loading…
Reference in New Issue