diff --git a/nixos/modules/services/web-servers/tomcat.nix b/nixos/modules/services/web-servers/tomcat.nix index aa94e0e976c9..5abbbf090598 100644 --- a/nixos/modules/services/web-servers/tomcat.nix +++ b/nixos/modules/services/web-servers/tomcat.nix @@ -109,8 +109,8 @@ in webapps = mkOption { type = types.listOf types.package; - default = [ tomcat.webapps ]; - defaultText = "[ tomcat.webapps ]"; + default = [ tomcat85.webapps ]; + defaultText = "[ tomcat85.webapps ]"; description = "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat"; };