add steamcommunity.com to hosts.nix
This commit is contained in:
parent
b0f5d2c64b
commit
ff60ed5400
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
{
|
{
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
95.216.66.212 orbi.public
|
95.216.66.212 orbi.public
|
||||||
|
23.35.228.101 store.steampowered.com
|
||||||
|
92.122.104.90 steamcommunity.com
|
||||||
'';
|
'';
|
||||||
services.openssh.knownHosts = {
|
services.openssh.knownHosts = {
|
||||||
"orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi";
|
"orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi";
|
||||||
|
|
Loading…
Reference in a new issue