diff --git a/containers/website.nix b/containers/website.nix index 8cdf99f..b4e9948 100644 --- a/containers/website.nix +++ b/containers/website.nix @@ -56,7 +56,7 @@ nglib.makeSystem { TypesConfig = "${pkgs.apacheHttpd}/conf/mime.types"; } - + { Directory = { "/" = { @@ -74,7 +74,7 @@ nglib.makeSystem { DirectoryIndex = "index.html"; }; }; - }; + }; }; } ];