This commit is contained in:
soraefir
2026-05-02 00:50:56 +02:00
parent 25b2e3e05f
commit 1ceb440026
9 changed files with 33 additions and 25 deletions

View File

@@ -42,6 +42,10 @@ let
type = types.str;
default = "";
};
pubkey = mkOption {
type = types.str;
default = "";
};
server = {
enable = mkOption {
type = types.bool;