losurdo: sanoid: tweak policy
[sourcephile-nix.git] / shell / x509.nix
index 62e4d9eaeca12d3e23d3edda8c3cfef7651213c7..ef752569179c6f6da088eec7153a4a697d280b6e 100644 (file)
@@ -1,9 +1,16 @@
 {
-"sourcephile" = {
-  host = "sourcephile.fr";
-  domains = ["*.sourcephile.fr"];
-  passPrefix = "x509";
-  days = 3650;
-  keySize = 4096;
-};
+  "sourcephile.fr" = {
+    host = "sourcephile.fr";
+    domains = [ "*.sourcephile.fr" ];
+    passPrefix = "x509";
+    days = 3650;
+    keySize = 4096;
+  };
+  "autogeree.net" = {
+    host = "autogeree.net";
+    domains = [ "*.autogeree.net" ];
+    passPrefix = "x509";
+    days = 3650;
+    keySize = 4096;
+  };
 }