Update nixos/modules/services/misc/tautulli.nix
This commit is contained in:
parent
feba340314
commit
ce63730df8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in
|
|||
openFirewall = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Open ports in the firewall for Tautulli.";
|
||||
description = lib.mdDoc "Open ports in the firewall for Tautulli.";
|
||||
};
|
||||
|
||||
user = mkOption {
|
||||
|
|
Loading…
Reference in a new issue