add steamcommunity.com to hosts.nix

This commit is contained in:
Ingolf Wagner 2024-11-15 16:25:14 +07:00
parent b0f5d2c64b
commit ff60ed5400
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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