about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-02 22:30:42 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-02 22:30:42 +0200
commitf643e4fa5b15333bc776d0e52bfd0a04e5e35e86 (patch)
treec4e0cb9a485a5bf133c458a97e2a4d702885891c /nixos
parentb3f70c29d524e7e33fba4e24ee903fa3ceab0fe8 (diff)
nixos/tailscale-auth: fix enable option description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/nginx/tailscale-auth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/web-servers/nginx/tailscale-auth.nix b/nixos/modules/services/web-servers/nginx/tailscale-auth.nix
index ca272268f5724..de1d708cbb423 100644
--- a/nixos/modules/services/web-servers/nginx/tailscale-auth.nix
+++ b/nixos/modules/services/web-servers/nginx/tailscale-auth.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, ... }:
 
 let
   inherit (lib)
@@ -22,7 +22,7 @@ in
   ];
 
   options.services.nginx.tailscaleAuth = {
-    enable = mkEnableOption "Enable tailscale.nginx-auth, to authenticate nginx users via tailscale.";
+    enable = mkEnableOption "tailscale.nginx-auth, to authenticate nginx users via tailscale";
 
     expectedTailnet = mkOption {
       default = "";