Merge pull request #30173 from dmjio/patch-1

oauth2_proxy: default address updated

authored by

Joachim F and committed by
GitHub
815bebf9 6991438d

+1 -1
+1 -1
nixos/modules/services/security/oauth2_proxy.nix
··· 385 385 386 386 httpAddress = mkOption { 387 387 type = types.str; 388 - default = "127.0.0.1:4180"; 388 + default = "http://127.0.0.1:4180"; 389 389 description = '' 390 390 HTTPS listening address. This module does not expose the port by 391 391 default. If you want this URL to be accessible to other machines, please