Configuration de neo

neo
korenstin 2024-12-07 16:59:06 +01:00 committed by RatCornu
parent 43c8bcd447
commit f4575c4e02
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
2 changed files with 3 additions and 5 deletions

View File

@ -12,5 +12,5 @@
networking.hostName = "neo"; networking.hostName = "neo";
system.stateVersion = "23.11"; system.stateVersion = "24.11";
} }

View File

@ -4,11 +4,10 @@
networking = { networking = {
interfaces = { interfaces = {
ens18 = { ens18 = {
ipv4 = { ipv4 = {
addresses = [ addresses = [
{ {
address = "172.16.10.137"; address = "172.16.10.141";
prefixLength = 24; prefixLength = 24;
} }
]; ];
@ -17,7 +16,7 @@
ipv6 = { ipv6 = {
addresses = [ addresses = [
{ {
address = "fd00::10:0:ff:fe01:3710"; address = "fd00::10:0:ff:fe01:4110";
prefixLength = 64; prefixLength = 64;
} }
]; ];
@ -58,7 +57,6 @@
} }
]; ];
}; };
}; };
}; };
}; };