Maddy: Difference between revisions

imported>Onny
Add notes on verify DNSSEC setup
imported>Onny
mNo edit summary
Line 62: Line 62:
   # Reading secrets from a file. Do not use this example in production
   # Reading secrets from a file. Do not use this example in production
   # since it stores the keys world-readable in the Nix store.
   # since it stores the keys world-readable in the Nix store.
   secrets = "${pkgs.writeText "secrets" ''
   secrets = [ "${pkgs.writeText "secrets" ''
     GANDI_API_KEY=1234
     GANDI_API_KEY=1234
   ''}";
   ''} ]";
};
};