diff options
author | Ben Sima <ben@bsima.me> | 2019-02-07 15:46:21 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-07 15:46:21 -0800 |
commit | 39a6bfa2ab6f126f6b3f8891348bc24953bdce7f (patch) | |
tree | d3b04720848192f4d001ba32f406b299e56a015b | |
parent | 799f765e28ff080f7a7d1e178545c314178d9441 (diff) |
Add new domain
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 168f3bc..1828d22 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,7 +45,7 @@ }; }; }; - "ibb.simatime.com" = { + "influencedbybooks.com" = { forceSSL = true; enableACME = true; locations = { |