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|#
|
||||
(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)
|
||||
|
|
Loading…
Reference in New Issue