style: use proper indentation inside map-setuid-programs macro call in system declaration

pull/1/head
anemofilia 2023-08-28 09:06:44 -03:00
parent ee0f093bd9
commit 5cbb79e8dd
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 6 additions and 6 deletions

View File

@ -118,12 +118,12 @@
#|Run some programs from each package with file owner privileges|#
(setuid-programs
(map-setuid-programs
(shadow '("passwd" "chfn" "sg" "su" "newgrp" "newuidmap" "newgidmap"))
(inetutils '("ping" "ping6"))
(opendoas '("doas"))
(fuse-2 '("fusermount"))
(fuse '("fusermount3"))
(util-linux '("mount" "umount"))))
(shadow '("passwd" "chfn" "sg" "su" "newgrp" "newuidmap" "newgidmap"))
(inetutils '("ping" "ping6"))
(opendoas '("doas"))
(fuse-2 '("fusermount"))
(fuse '("fusermount3"))
(util-linux '("mount" "umount"))))
#|Allow resolution of '.local' host names with mDNS|#
(name-service-switch %mdns-host-lookup-nss)