operating-systems: buer: rules: Use "snapshot-/home" string instead of "snapshot-@home"

main
Luis Guilherme Coelho 2024-11-28 09:17:40 -03:00
parent 804f0261df
commit c08d053ebd
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
(list (permit (identity ":wheel") (list (permit (identity ":wheel")
(nopass? #t) (nopass? #t)
(command "herd") (command "herd")
(args (list "trigger" "snapshot-@home")))) (args `("trigger" "snapshot-/home"))))
(flat-map (lambda (service action) (flat-map (lambda (service action)
(permit (identity ":wheel") (permit (identity ":wheel")
(nopass? #t) (nopass? #t)