]> Git — Sourcephile - sourcephile-nix.git/blob - shell/x509.nix
networking: change losurdo's IPv6 to addr_gen_mode=1
[sourcephile-nix.git] / shell / x509.nix
1 {
2 "sourcephile.fr" = {
3 host = "sourcephile.fr";
4 domains = ["*.sourcephile.fr"];
5 passPrefix = "x509";
6 days = 3650;
7 keySize = 4096;
8 };
9 "autogeree.net" = {
10 host = "autogeree.net";
11 domains = ["*.autogeree.net"];
12 passPrefix = "x509";
13 days = 3650;
14 keySize = 4096;
15 };
16 }