Been using camelCase for config...

This commit is contained in:
niten 2024-01-20 11:37:14 -08:00
parent 359ec0c943
commit ea0fdb3d36
1 changed files with 1 additions and 1 deletions

View File

@ -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 {