Clean and doc

This commit is contained in:
pazpi 2025-12-03 15:48:28 +01:00
parent 54fc411e13
commit f244d787be
2 changed files with 11 additions and 8 deletions

View file

@ -39,14 +39,6 @@ in
'';
};
perplexicaSubdomain = lib.mkOption {
default = "sai";
type = lib.types.str;
description = ''
Perplexica subdomain
'';
};
host = lib.mkOption {
default = "localhost";
type = lib.types.str;