Need to import types
This commit is contained in:
parent
43989a6661
commit
61c1553454
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue