Change SIIT-DC to be external
This commit is contained in:
parent
48b4c5c4b2
commit
347e4aabbe
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
{ config, ... }:
|
||||
let
|
||||
v4_pref = "192.168.251";
|
||||
in
|
||||
{
|
||||
networking = {
|
||||
jool = {
|
||||
|
@ -14,12 +11,12 @@ in
|
|||
{
|
||||
# Forgejo
|
||||
"ipv6 prefix" = "${config.custom.gua_pref}d2:be24:11ff:feee:9c55/128";
|
||||
"ipv4 prefix" = "${v4_pref}.2/32";
|
||||
"ipv4 prefix" = "87.92.33.54/32";
|
||||
}
|
||||
{
|
||||
# Idacloud
|
||||
"ipv6 prefix" = "${config.custom.gua_pref}d3:be24:11ff:fece:7d63/128";
|
||||
"ipv4 prefix" = "${v4_pref}.3/32";
|
||||
"ipv4 prefix" = "82.181.174.95/32";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue