dual ip for forgejo, remove nft

This commit is contained in:
asyncnomi 2025-06-23 00:45:00 +02:00
parent 18c721bd99
commit 19b2eb37e5
3 changed files with 30 additions and 73 deletions

View file

@ -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";
};