dual ip for forgejo, remove nft
This commit is contained in:
parent
18c721bd99
commit
19b2eb37e5
3 changed files with 30 additions and 73 deletions
4
hive.nix
4
hive.nix
|
@ -213,7 +213,7 @@ in
|
|||
deployment.tags = [ "postfix" ];
|
||||
|
||||
vogon.networking = {
|
||||
last-octet = 163;
|
||||
last-octet = [ 163 ];
|
||||
wan-mac = "00:16:3e:c7:aa:78";
|
||||
};
|
||||
|
||||
|
@ -228,7 +228,7 @@ in
|
|||
deployment.tags = [ "git" "forgejo" ];
|
||||
|
||||
vogon.networking = {
|
||||
last-octet = 164;
|
||||
last-octet = [ 164 165 ];
|
||||
wan-mac = "00:16:3e:cc:71:f3";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue