style: use proper indentation inside map-setuid-programs macro call in system declaration
parent
ee0f093bd9
commit
5cbb79e8dd
12
buer.scm
12
buer.scm
|
@ -118,12 +118,12 @@
|
||||||
#|Run some programs from each package with file owner privileges|#
|
#|Run some programs from each package with file owner privileges|#
|
||||||
(setuid-programs
|
(setuid-programs
|
||||||
(map-setuid-programs
|
(map-setuid-programs
|
||||||
(shadow '("passwd" "chfn" "sg" "su" "newgrp" "newuidmap" "newgidmap"))
|
(shadow '("passwd" "chfn" "sg" "su" "newgrp" "newuidmap" "newgidmap"))
|
||||||
(inetutils '("ping" "ping6"))
|
(inetutils '("ping" "ping6"))
|
||||||
(opendoas '("doas"))
|
(opendoas '("doas"))
|
||||||
(fuse-2 '("fusermount"))
|
(fuse-2 '("fusermount"))
|
||||||
(fuse '("fusermount3"))
|
(fuse '("fusermount3"))
|
||||||
(util-linux '("mount" "umount"))))
|
(util-linux '("mount" "umount"))))
|
||||||
|
|
||||||
#|Allow resolution of '.local' host names with mDNS|#
|
#|Allow resolution of '.local' host names with mDNS|#
|
||||||
(name-service-switch %mdns-host-lookup-nss)
|
(name-service-switch %mdns-host-lookup-nss)
|
||||||
|
|
Loading…
Reference in New Issue