Rewrote service to call the package from the file.

This commit is contained in:
Werner Kroneman 2024-12-05 15:33:01 +02:00
parent 667b324572
commit 73c128dbcb

View file

@ -188,7 +188,7 @@ in
options = {
services.sharkey = {
enable = lib.mkEnableOption "sharkey";
package = lib.mkPackageOption pkgs "sharkey" { };
package = (pkgs.callPackage ./sharkey.nix { });
inherit settings;
database = {
createLocally = lib.mkOption {