about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index da4b4d2..9e9cc1a 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -30,7 +30,7 @@ lib: _: rec {
     assert min <= ini && ini <= max;
       lib.concatMapStrings (x: toString x + " ") (map (pow 2) [min ini max]);
 
-  # TODO Move this somehow to the NGINX module itself.
+  # TODO Move this to the NGINX module.
   nginxInternalOnly = ''
     if ($internal != 1) {
       return 403;

Consider giving Nix/NixOS a try! <3