nixos-module/container/bird: set radvd prefix

This commit is contained in:
Astro 2021-04-07 22:32:30 +02:00
parent df4c9f35b3
commit 662261bbd9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ in
${builtins.concatStringsSep "\n" (
map (subnet6: ''
prefix ::/64 {
prefix ${subnet6} {
preferred lifetime 20;
valid lifetime 60;
};