Typo
Some checks failed
ssh-test / ssh-test (push) Failing after 26s

This commit is contained in:
iFargle 2023-12-11 21:09:56 +09:00
parent 2cea4c7209
commit 3b7c1daa5d

View file

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