diff --git a/machines/web01/static/default.nix b/machines/web01/static/default.nix index f60d713..3202a28 100644 --- a/machines/web01/static/default.nix +++ b/machines/web01/static/default.nix @@ -5,8 +5,8 @@ let mkVhost = name: { outPath, ... }: { - # enableACME = true; - # forceSSL = true; + enableACME = true; + forceSSL = true; root = "${outPath}/www"; };