operating-systems: buer: change lambda argument name

pull/1/head
Luis Guilherme Coelho 2023-11-28 23:14:01 -03:00
parent caa9a3508e
commit a890f115ee
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 2 deletions

View File

@ -268,11 +268,11 @@
(args '())))
`("zzz" "halt" "reboot")))
(simple-service 'shepherd-status-permissions doas-service-type
(map (lambda (argument)
(map (lambda (action)
(permit (identity ":wheel")
(nopass? #t)
(command "herd")
(args (list argument))))
(args (list action))))
`("status" "detailed-status")))
(simple-service 'service-management-permissions doas-service-type
(flatmap (lambda (service action)