From 6200697ce06509127bd475f8d822b53b19f6c9b8 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 7 Mar 2026 19:42:13 +0000 Subject: [PATCH] fix(nix): typo --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 9e80f21..5b1eb9a 100644 --- a/module.nix +++ b/module.nix @@ -97,7 +97,7 @@ in { }; frontend = { - enabled = lib.mkEnabeOption "serving the frontend from the backend. Disable to server the frontend manually" + enabled = lib.mkEnableOption "serving the frontend from the backend. Disable to serve the frontend manually" // { default = true; }; dir = mkOption {