mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
docs(pangolin): update pangolin option descriptions
This commit is contained in:
@@ -18,13 +18,13 @@
|
|||||||
domain = mkOption {
|
domain = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
description = "Domain on which nginx serves MediaFlow Proxy (disabled when empty)";
|
description = "Domain on which Pangolin Dashboard is available";
|
||||||
};
|
};
|
||||||
|
|
||||||
baseDomain = mkOption {
|
baseDomain = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
description = "Domain on which nginx serves MediaFlow Proxy (disabled when empty)";
|
description = "Pangolin base fully qualified domain name";
|
||||||
};
|
};
|
||||||
|
|
||||||
environmentFile = mkOption {
|
environmentFile = mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user