summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix b/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix
index d4165c8c5bac..a883bb2b3433 100644
--- a/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/tomcat-connector.nix
@@ -31,7 +31,7 @@ in
 {
 
   options = {
-    extraWorkersProperties = pkgs.lib.mkOption {
+    extraWorkersProperties = lib.mkOption {
       default = "";
       description = "Additional configuration for the workers.properties file.";
     };