From abb0a70771ea637cdb3291dc18d72d28b7adc6ed Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 4 Nov 2023 19:49:30 +0100 Subject: [PATCH] chore: fix star citizen anticheat --- hosts/kroma/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/kroma/default.nix b/hosts/kroma/default.nix index 41b8bc1..b7dd990 100644 --- a/hosts/kroma/default.nix +++ b/hosts/kroma/default.nix @@ -39,6 +39,7 @@ gpg-connect-agent /bye export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) ''; + networking.extraHosts = "127.0.0.1 modules-cdn.eac-prod.on.epicgames.com"; graphical.gaming.enable = true;