From b16563bc338a1a8ab1f255ad7a830cf9298d9cb5 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Thu, 28 Nov 2024 09:48:02 -0300 Subject: [PATCH] operating-systems: buer: rules: Fix indentation --- operating-systems/buer/rules.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/operating-systems/buer/rules.scm b/operating-systems/buer/rules.scm index 7ebaa4e..d29ab9d 100644 --- a/operating-systems/buer/rules.scm +++ b/operating-systems/buer/rules.scm @@ -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)