home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 269f340d6ac6c6d7abccb8c66dc044910b62ee47
parent 95957049df2ba7ec3833b5c61d74893aea5c7c12
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 29 Mar 2021 09:40:12 +0200

systems/profiles: redhat chrome flags update

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/profiles/redhat.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/modules/profiles/redhat.nix b/systems/modules/profiles/redhat.nix @@ -14,7 +14,7 @@ in environment.systemPackages = with pkgs; [ krb5 (google-chrome.override { - commandLineArgs = "--auth-negotiate-delegate-whitelist='*.redhat.com'"; + commandLineArgs = "--auth-negotiate-delegate-whitelist='*.redhat.com' --auth-server-whitelist=.redhat.com"; }) libnotify ];