mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/ramus/think-greater-chiangmai.nix
This commit is contained in:
2025-11-26 16:17:42 +07:00
parent c3eb7fc814
commit 63d11c013a
2 changed files with 25 additions and 7 deletions

View File

@@ -62,13 +62,6 @@ in
description = "Domain to serve on.";
};
backendDomain = lib.mkOption {
type = lib.types.str;
default = "think-backend.greaterchiangmai.com";
example = "forum.example.com";
description = "Backend Domain to serve on.";
};
settings = lib.mkOption {
type =
with lib.types;