mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Update nixos/modules/services/misc/tautulli.nix
This commit is contained in:
parent
feba340314
commit
ce63730df8
@ -35,7 +35,7 @@ in
|
|||||||
openFirewall = mkOption {
|
openFirewall = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Open ports in the firewall for Tautulli.";
|
description = lib.mdDoc "Open ports in the firewall for Tautulli.";
|
||||||
};
|
};
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user