1
0

hosts/carbon: Renew delegated IPv6 prefixes on ppp reconnect

This commit is contained in:
clerie 2024-08-15 20:03:01 +02:00
parent 60376e7688
commit ee5d2330c5
Signed by: clerie
GPG Key ID: BD9F56480870BAD2

View File

@ -76,4 +76,13 @@
''; '';
}; };
environment.etc."ppp/ipv6-up" = {
text = ''
#!${pkgs.runtimeShell}
set -euo pipefail
${pkgs.dhcpcd}/bin/dhcpcd --renew $1
'';
};
} }