From ea0fdb3d36bc2a81a7d02be52502b02fb382ec2f Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 20 Jan 2024 11:37:14 -0800 Subject: [PATCH] Been using camelCase for config... --- lemmy-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {