Add network and ssh configuration.

This commit is contained in:
2021-06-26 17:34:15 +12:00
parent bdfb806aa1
commit fb0c7323e4
2 changed files with 24 additions and 3 deletions

8
network-config Normal file
View File

@ -0,0 +1,8 @@
version: 2
ethernets:
eth0:
dhcp4: no
addresses:
- 192.168.1.122
gateway4: 192.168.1.1
nameservers: 1.1.1.3