powerdns: removed PrivateTmp=true in serviceConfig

As discussed in #18718 PrivateTmp is unnecessary because powerdns is
chrooted to /var/lib/powerdns.

I also added myself as co-maintainer.
This commit is contained in:
Anmol Sethi
2016-10-01 11:48:09 -04:00
parent 98a8146428
commit 489ca7e5c0
3 changed files with 2 additions and 2 deletions

View File

@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
# cannot find postgresql libs on macos x
license = licenses.gpl2;
maintainers = [ maintainers.mic92 ];
maintainers = [ maintainers.mic92 maintainers.nhooyr ];
};
}