···6969 "--with-libsodium"
7070 "--with-sqlite3"
7171 "--with-libcrypto=${openssl.dev}"
7272- "sysconfdir=/etc/powerdns"
7272+ "sysconfdir=/etc/pdns"
7373 ];
74747575 # nix destroy with-modules arguments, when using configureFlags
···8181 '';
82828383 # We want the various utilities to look for the powerdns config in
8484- # /etc/powerdns, but to actually install the sample config file in
8484+ # /etc/pdns, but to actually install the sample config file in
8585 # $out
8686- installFlags = [ "sysconfdir=$(out)/etc/powerdns" ];
8686+ installFlags = [ "sysconfdir=$(out)/etc/pdns" ];
87878888 enableParallelBuilding = true;
8989 doCheck = true;