From 7a01c9e93bb43005f36f9a6b58221f88a6a4b07f Mon Sep 17 00:00:00 2001
From: self <self@awful.systems>
Date: Sun, 2 Jul 2023 18:17:41 -0700
Subject: [PATCH] force https for dev and staging

---
 hosts/these/configuration.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hosts/these/configuration.nix b/hosts/these/configuration.nix
index bf527a2..e3ad136 100644
--- a/hosts/these/configuration.nix
+++ b/hosts/these/configuration.nix
@@ -19,12 +19,12 @@
 
     virtualHosts = {
       "breaking.awful.systems" = {
-        addSSL = true;
+        forceSSL = true;
         enableACME = true;
       };
 
       "making.awful.systems" = {
-        addSSL = true;
+        forceSSL = true;
         enableACME = true;
       };
 
-- 
2.44.1