summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/certspotter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index f82b004f..51c19e26 100644
--- a/modules/certspotter.nix
+++ b/modules/certspotter.nix
@@ -5,7 +5,7 @@ with lib;
5let 5let
6 cfg = config.services.certspotter; 6 cfg = config.services.certspotter;
7 7
8 startOptions = extraOptions 8 startOptions = cfg.extraOptions
9 ++ optionals (cfg.logs != null) ["-logs" cfg.logs] 9 ++ optionals (cfg.logs != null) ["-logs" cfg.logs]
10 ++ ["-watchlist" (pkgs.writeText "watchlist" (concatStringsSep "\n" cfg.watchList)) 10 ++ ["-watchlist" (pkgs.writeText "watchlist" (concatStringsSep "\n" cfg.watchList))
11 ]; 11 ];