hyacinth/networking: update ip address

This commit is contained in:
LavaDesu 2025-05-24 20:22:32 +10:00
parent 18b66630d0
commit 0f1271badb
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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