mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-19 00:34:15 +00:00
fix(nix): typo
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user