Erreurs diverses

This commit is contained in:
Lyes Saadi 2025-10-12 01:36:56 +02:00
parent cb0119bc84
commit 7f7fca0db7
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 17 additions and 15 deletions

View file

@ -1,4 +1,4 @@
{ }:
{ ... }:
{
# Networking
@ -24,19 +24,21 @@
interfaces = {
ens2f0 = {
addresses = [
{
address = "185.230.78.13";
prefixLength = 24;
}
];
routes = [
{
address = "0.0.0.0";
prefixLength = 0;
via = "185.230.78.99";
}
];
ipv4 = {
addresses = [
{
address = "185.230.78.13";
prefixLength = 24;
}
];
routes = [
{
address = "0.0.0.0";
prefixLength = 0;
via = "185.230.78.99";
}
];
};
};
};
};