Update nixos/modules/services/misc/tautulli.nix

This commit is contained in:
Winter 2022-08-11 22:21:50 -04:00
parent feba340314
commit ce63730df8

View File

@ -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 {