]> Untitled Git - awful.systems.git/blobdiff - hosts/these/configuration.nix
force https for dev and staging
[awful.systems.git] / 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;
       };