config/secrets: doc

This commit is contained in:
Astro 2021-11-13 02:56:23 +01:00
parent bcf60d2a5b
commit 81b901715a
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Dummy secrets for testing
{
site.net = {
core.ospf.secret = "encrypted";
@ -238,5 +239,5 @@
ap9.wifi."platform/qca953x_wmac".ssids."Herzzbuehne".psk = "encrypted";
};
site.dyndnsKey = "encrypted";
site.dyndnsKey = "SECRET";
}