{ config, pkgs, ... }: { staticWebsites.sites = { "2048" = { root = pkgs.fetchFromGitHub { owner = "hackEns"; repo = "2048NdS"; rev = "1df6db154ca22c380eb52844c7a6a7f888fb5610"; sha256 = "087471kpbpcg5920wy6fgcx6jz613zbyy0jn5iiimwjk1im1wa4q"; }; hostname = config.my.subZone; location = "/2048"; }; }; }