diff --git a/operating-systems/buer/rules.scm b/operating-systems/buer/rules.scm index 79a354c..8d4d298 100644 --- a/operating-systems/buer/rules.scm +++ b/operating-systems/buer/rules.scm @@ -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)