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";