@cryptotaxi247 / infra-1 / commits / c8eb0965

Upgrade nixos.org to 19.09

Eelco Dolstra committed Sep 30, 2019 at 19:28 UTC c8eb09659adc27057293a47eed66585ff8eb2f99
1 file changed +1 -2
nixos-org/webserver.nix
+1 -2
@@ -6,7 +6,7 @@ let
6
7 sshKeys = import ../ssh-keys.nix;
8
9 - acmeKeyDir = "/data/acme";
9 + acmeKeyDir = "/var/lib/acme";
10 acmeWebRoot = "/data/acme/httpd";
11
12 nixosVHostConfig =
@@ -245,7 +245,6 @@ in
245 nix.gc.automatic = true;
246
247 # Let's Encrypt configuration.
248 - security.acme.directory = acmeKeyDir;
248 security.acme.certs = {
249 "nixos.org" =
250 { email = "edolstra@gmail.com";