modules/gotosocial: fix type definition

This commit is contained in:
Aaron Bieber 2022-10-13 11:45:25 -06:00
parent 3b799db2aa
commit 4ff88b818b
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ in {
};
configuration = mkOption {
inherit settingsType;
type = settingsType;
description = ''
Specify the configuration for GoToSocial in Nix.
'';