fix(nix): typo

This commit is contained in:
isabel
2026-03-07 19:59:19 +00:00
committed by Tangled
parent 4005041ee2
commit 6200697ce0
+1 -1
View File
@@ -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 {