parent
30b282a0e0
commit
2cea4c7209
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, config, lib, ... }: {
|
{ pkgs, config, lib, ... }: {
|
||||||
|
|
||||||
# Allow these hosts to directly communicate with their hostnames
|
# Allow these hosts to directly communicate with their hostnames
|
||||||
netweorking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
10.100.0.1 osaka-linode-01
|
10.100.0.1 osaka-linode-01
|
||||||
10.100.0.2 framework-server
|
10.100.0.2 framework-server
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue