Skip to content

Commit

Permalink
approve reviewer's change
Browse files Browse the repository at this point in the history
Co-authored-by: Arne Keller <[email protected]>
  • Loading branch information
senseab and FliegendeWurst authored Jan 3, 2025
1 parent 47932b3 commit 51fcc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/crproxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ in
(optionals useAllowImageList [ "--allow-image-list-from-file=${allowImageListFile}" ])
(optionals useAllowImageList [ "--block-message=${cfg.blockMessage}" ])
(optionals useBlockIPList [ "--block-ip-list-from-file=${blockIPListFile}" ])
(optionals cfg.simpleAuth [ "--simple-auth" ])
(optionals (cfg.simpleAuthUser != []) [ "--simple-auth" ])
(map (e: "--simple-auth-user=${e}") cfg.simpleAuthUser)
(map (e: "--allow-host-list=${e}") cfg.allowHostList)
(map (e: "--privileged-ip-list=${e}") cfg.privilegedIPList)
Expand Down

0 comments on commit 51fcc98

Please sign in to comment.