diff --git a/lemmy-container.nix b/lemmy-container.nix index 168adac..1e47482 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -71,7 +71,7 @@ let }; }; in { - options.services.lemmy-container = with types; { + options.services.lemmyContainer = with types; { enable = mkEnableOption "Enable Lemmy server in a Podman container."; hostname = mkOption {