1
0

hosts/carbon: Remove broken dhcpv6 profixdelegation

This commit is contained in:
clerie 2024-09-23 16:21:07 +02:00
parent f3cdba6ee4
commit fee4892479
Signed by: clerie
GPG Key ID: BD9F56480870BAD2

View File

@ -57,28 +57,4 @@
ip46tables -t mangle -A forward-mangle -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1416
'';
networking.dhcpcd-prefixdelegation = {
enable = true;
interfaces = {
"ppp-dtagdsl" = {
iaid = 1;
interfaces = {
"net-heimnetz" = {
sla_id = 201;
prefix_len = 64;
};
};
};
};
};
environment.etc."ppp/ipv6-up" = {
text = ''
#!${pkgs.runtimeShell}
set -euo pipefail
${pkgs.dhcpcd}/bin/dhcpcd --renew $1
'';
};
}