fix: some manual networking configuration

This commit is contained in:
2025-05-08 21:46:07 -04:00
parent 7f9e7dd230
commit 0de9b434bd
2 changed files with 37 additions and 18 deletions

View File

@@ -43,6 +43,25 @@
enable = true;
allowedTCPPorts = [22 80 443];
};
interfaces.ens3 = {
ipv4 = {
addresses = [
{
address = "167.253.159.47";
prefixLength = 25;
}
];
# Gateway Configuration
routes = [
{
address = "0.0.0.0";
prefixLength = 0;
via = "167.253.159.126";
}
];
};
};
};
# For longhorn