correct package

This commit is contained in:
Joseph Hanson 2024-08-17 12:35:50 -05:00
parent e55e715ebe
commit ccfed67fc0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,7 +6,7 @@ in
{
options.mySystem.services.matchbox = {
enable = mkEnableOption "matchbox";
package = mkPackageOption pkgs "matchbox" { };
package = mkPackageOption pkgs "matchbox-server" { };
dataPath = mkOption {
type = types.str;
example = "/var/lib/matchbox";