backups: got the backup configed, but fecked up the networking

This commit is contained in:
silver 2023-07-04 22:26:47 +01:00
parent ccf78c06a4
commit 0e9a44f67c
4 changed files with 58 additions and 4 deletions

View file

@ -50,7 +50,7 @@ in {
eno1 = {
ipv4.addresses = [
{
address = "193.1.99.72";
address = ip_pub;
prefixLength = 26;
}
];
@ -60,7 +60,7 @@ in {
ipv4.addresses = [
{
# internal address
address = "193.1.99.125";
address = ip_priv;
prefixLength = 26;
}
];