Rewrote service to call the package from the file.
This commit is contained in:
parent
667b324572
commit
73c128dbcb
|
|
@ -188,7 +188,7 @@ in
|
||||||
options = {
|
options = {
|
||||||
services.sharkey = {
|
services.sharkey = {
|
||||||
enable = lib.mkEnableOption "sharkey";
|
enable = lib.mkEnableOption "sharkey";
|
||||||
package = lib.mkPackageOption pkgs "sharkey" { };
|
package = (pkgs.callPackage ./sharkey.nix { });
|
||||||
inherit settings;
|
inherit settings;
|
||||||
database = {
|
database = {
|
||||||
createLocally = lib.mkOption {
|
createLocally = lib.mkOption {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue