diff --git a/config/nixos/packages/server/nginx.nix b/config/nixos/packages/server/nginx.nix index 3b62ccb..7a043e0 100644 --- a/config/nixos/packages/server/nginx.nix +++ b/config/nixos/packages/server/nginx.nix @@ -1,13 +1,13 @@ { pkgs, ... }: { # Resume/CV Website (Nginx) - services.nginx = { - enable = true; - virtualHosts."localhost:4203" = { - root = "/home/menno/dotfiles/config/nixos/packages/server/mennovanleeuwen.nl"; - locations."/" = { - index = "index.html"; - }; - }; - }; + # services.nginx = { + # enable = true; + # virtualHosts."localhost:4203" = { + # root = "/home/menno/dotfiles/config/nixos/packages/server/mennovanleeuwen.nl"; + # locations."/" = { + # index = "index.html"; + # }; + # }; + # }; }