hyacinth/networking: update ip address
This commit is contained in:
parent
18b66630d0
commit
0f1271badb
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@
|
|||
interfaces.enp5s0.useDHCP = false;
|
||||
|
||||
interfaces.enp5s0.ipv4.addresses = [{
|
||||
address = "192.168.0.151";
|
||||
address = "192.168.1.201";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
defaultGateway = "192.168.0.1";
|
||||
defaultGateway = "192.168.1.1";
|
||||
nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
||||
|
||||
extraHosts = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue