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

This commit is contained in:
iFargle 2023-12-11 21:07:47 +09:00
parent 30b282a0e0
commit 2cea4c7209

View file

@ -1,7 +1,7 @@
{ pkgs, config, lib, ... }: {
# Allow these hosts to directly communicate with their hostnames
netweorking.extraHosts = ''
networking.extraHosts = ''
10.100.0.1 osaka-linode-01
10.100.0.2 framework-server
'';