buer: rules: Allow wheel group to trigger the snapshot-@home timer

main
Luis Guilherme Coelho 2024-11-25 10:11:11 -03:00
parent e4d923dd41
commit cd0ad6cdc0
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 4 additions and 0 deletions

View File

@ -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)