From 61c1553454ecd1f83044bf6f5f660e9ee920a9f7 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 17 Jan 2024 13:13:47 -0800 Subject: [PATCH] Need to import types --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index 7e15bf0..14d02bd 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -4,7 +4,7 @@ with lib; let cfg = config.services.mastodonContainer; in { - options.services.mastodonContainer = { + options.services.mastodonContainer = with types; { enable = mkEnableOption "Enable Mastodon running in an Arion container."; domain = mkOption {