Add network and ssh configuration.
This commit is contained in:
8
network-config
Normal file
8
network-config
Normal 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
|
||||
Reference in New Issue
Block a user