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")
|
(command "herd")
|
||||||
(args (list action))))
|
(args (list action))))
|
||||||
`("status" "detailed-status"))
|
`("status" "detailed-status"))
|
||||||
|
(list (permit (identity ":wheel")
|
||||||
|
(nopass? #t)
|
||||||
|
(command "herd")
|
||||||
|
(args (list "trigger" "snapshot-@home"))))
|
||||||
(flat-map (lambda (service action)
|
(flat-map (lambda (service action)
|
||||||
(permit (identity ":wheel")
|
(permit (identity ":wheel")
|
||||||
(nopass? #t)
|
(nopass? #t)
|
||||||
|
|
Loading…
Reference in New Issue