Rewrote service to call the package from the file.
This commit is contained in:
parent
667b324572
commit
73c128dbcb
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue