Need to import types

This commit is contained in:
niten 2024-01-17 13:13:47 -08:00
parent 43989a6661
commit 61c1553454
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ with lib;
let cfg = config.services.mastodonContainer; let cfg = config.services.mastodonContainer;
in { in {
options.services.mastodonContainer = { options.services.mastodonContainer = with types; {
enable = mkEnableOption "Enable Mastodon running in an Arion container."; enable = mkEnableOption "Enable Mastodon running in an Arion container.";
domain = mkOption { domain = mkOption {