Skip to content
Snippets Groups Projects
Verified Commit f4575c4e authored by korenstin's avatar korenstin Committed by pigeonmoelleux
Browse files

Configuration de neo

parent 43c8bcd4
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,5 @@
networking.hostName = "neo";
system.stateVersion = "23.11";
system.stateVersion = "24.11";
}
......@@ -4,11 +4,10 @@
networking = {
interfaces = {
ens18 = {
ipv4 = {
addresses = [
{
address = "172.16.10.137";
address = "172.16.10.141";
prefixLength = 24;
}
];
......@@ -17,7 +16,7 @@
ipv6 = {
addresses = [
{
address = "fd00::10:0:ff:fe01:3710";
address = "fd00::10:0:ff:fe01:4110";
prefixLength = 64;
}
];
......@@ -58,7 +57,6 @@
}
];
};
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment