correct package
This commit is contained in:
parent
e55e715ebe
commit
ccfed67fc0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ in
|
||||||
{
|
{
|
||||||
options.mySystem.services.matchbox = {
|
options.mySystem.services.matchbox = {
|
||||||
enable = mkEnableOption "matchbox";
|
enable = mkEnableOption "matchbox";
|
||||||
package = mkPackageOption pkgs "matchbox" { };
|
package = mkPackageOption pkgs "matchbox-server" { };
|
||||||
dataPath = mkOption {
|
dataPath = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
example = "/var/lib/matchbox";
|
example = "/var/lib/matchbox";
|
||||||
|
|
Loading…
Reference in a new issue