blob: 7f705b98ab1cfbff4ee537efd38c8a3a41697188 (
plain)
1
2
3
4
5
6
7
|
(operating-system
…
(sudoers-file
(mixed-text-file "sudoers"
"@include " %sudoers-specification
"\nacme ALL = NOPASSWD: " (file-append shepherd "/bin/herd") " restart nginx\n"))
…)
|