{ config, ... }: { services.nginx.virtualHosts."ctf.emile.space" = { forceSSL = true; enableACME = true; locations = { "/" = { # proxyPass = "http://127.0.0.1:${toString config.emile.ports.ctf}"; proxyPass = "http://138.199.213.51"; }; }; }; # virtualisation.oci-containers = { # # backend = "docker"; # containers = { # "ctfd" = { # image = "ctfd/ctfd"; # ports = [ "${toString config.emile.ports.ctf}:8000" ]; # }; # }; # }; }