ponte: fix internet prefix
This commit is contained in:
parent
7ca0326011
commit
034c7a2d9d
|
@ -172,9 +172,9 @@ in {
|
|||
};
|
||||
nets = rec {
|
||||
internet = {
|
||||
ip4 = {
|
||||
ip4 = rec {
|
||||
addr = "141.147.36.79";
|
||||
prefix = "0.0.0.0/0";
|
||||
prefix = "${addr}/32";
|
||||
};
|
||||
};
|
||||
retiolum = {
|
||||
|
|
Loading…
Reference in a new issue