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