{ 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"; # }; # }; # }; }