From 7eb550c3cc4285e195c8d73b136a85559970f698 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Thu, 23 Feb 2023 17:23:33 +0100 Subject: web: quentin: visible text during webfont load moved to webpage implementation --- config/services/web/quentin/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config/services') diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix index 5e76d79..4a908f5 100644 --- a/config/services/web/quentin/default.nix +++ b/config/services/web/quentin/default.nix @@ -3,10 +3,7 @@ { services.nginx.virtualHosts.quentin = { serverName = "quentin.${config.networking.domain}"; - locations."/".root = "${pkgs.personal.webpage.override { - line-awesome-css = - pkgs.personal.line-awesome-css.override { fontDisplay = "swap"; }; - }}"; + locations."/".root = "${pkgs.personal.webpage}"; forceSSL = true; enableACME = true; extraConfig = '' -- cgit v1.2.3