nixos-module/container/bird: bump radv lifetime up to 10min

This commit is contained in:
Astro 2021-04-12 21:18:18 +02:00
parent ebbe62d424
commit cdd97678c1
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ in
${builtins.concatStringsSep "\n" (
map (subnet6: ''
prefix ${subnet6} {
preferred lifetime 20;
valid lifetime 60;
preferred lifetime 600;
valid lifetime 1800;
};
'') (builtins.attrValues config.site.net.${gatewayNet}.subnets6)
)}