aide: fix default DB/config location

Without specifying otherwise, aide will look in $out/etc for its
configuration file and database. Since this is immutable, changing it to
/etc allows it to be usable.
This commit is contained in:
Jared Baur 2024-07-29 09:27:20 -07:00
parent 4d67eb3b7b
commit 146ee44c70
No known key found for this signature in database

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
"--with-posix-acl"
"--with-selinux"
"--with-xattr"
"--sysconfdir=/etc"
];
meta = with lib; {