From ff60ed54001d709e5980373f490638c1542c870d Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 15 Nov 2024 16:25:14 +0700 Subject: [PATCH] add steamcommunity.com to hosts.nix --- components/network/hosts.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/network/hosts.nix b/components/network/hosts.nix index 55b7bc8..a6af93a 100644 --- a/components/network/hosts.nix +++ b/components/network/hosts.nix @@ -2,6 +2,8 @@ { networking.extraHosts = '' 95.216.66.212 orbi.public + 23.35.228.101 store.steampowered.com + 92.122.104.90 steamcommunity.com ''; services.openssh.knownHosts = { "orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi";