]> Untitled Git - awful.systems.git/commitdiff
force https for dev and staging
authorself <self@awful.systems>
Mon, 3 Jul 2023 01:17:41 +0000 (18:17 -0700)
committerself <self@awful.systems>
Mon, 3 Jul 2023 01:17:41 +0000 (18:17 -0700)
hosts/these/configuration.nix

index bf527a2dac34ac1458d61949e6ada4a1357d4c24..e3ad13645a274ea1874992f518b20b9ac3750f8d 100644 (file)
 
     virtualHosts = {
       "breaking.awful.systems" = {
-        addSSL = true;
+        forceSSL = true;
         enableACME = true;
       };
 
       "making.awful.systems" = {
-        addSSL = true;
+        forceSSL = true;
         enableACME = true;
       };