From c08d053ebd9aa7563efbb51173dc2f352ee94eda Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Thu, 28 Nov 2024 09:17:40 -0300 Subject: [PATCH] operating-systems: buer: rules: Use "snapshot-/home" string instead of "snapshot-@home" --- operating-systems/buer/rules.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operating-systems/buer/rules.scm b/operating-systems/buer/rules.scm index 66b54a9..7ebaa4e 100644 --- a/operating-systems/buer/rules.scm +++ b/operating-systems/buer/rules.scm @@ -38,7 +38,7 @@ (list (permit (identity ":wheel") (nopass? #t) (command "herd") - (args (list "trigger" "snapshot-@home")))) + (args `("trigger" "snapshot-/home")))) (flat-map (lambda (service action) (permit (identity ":wheel") (nopass? #t)