nixos-module/container/bird: disable ospfv3 password for now

This commit is contained in:
Astro 2021-04-06 22:08:55 +02:00
parent 11d6a80317
commit 69c2823694
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ in
then ''
interface "${net}" {
authentication cryptographic;
password "${config.site.net.${net}.ospf.secret}";
# TODO: enable when all bird 1.x have shut down
#password "${config.site.net.${net}.ospf.secret}";
};
''
else builtins.concatStringsSep "\n" (