backups: got the backup configed, but fecked up the networking
This commit is contained in:
parent
ccf78c06a4
commit
0e9a44f67c
4 changed files with 58 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue