nixos/tomcat: allow non-package paths in services.tomcat.webapps
Resolves #44370.
This commit is contained in:
parent
65c43b4468
commit
b2b5b97468
@ -108,7 +108,7 @@ in
|
||||
};
|
||||
|
||||
webapps = mkOption {
|
||||
type = types.listOf types.package;
|
||||
type = types.listOf types.path;
|
||||
default = [ tomcat.webapps ];
|
||||
defaultText = "[ pkgs.tomcat85.webapps ]";
|
||||
description = "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat";
|
||||
|
Loading…
Reference in New Issue
Block a user