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 +---- flake.lock | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) 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 = '' diff --git a/flake.lock b/flake.lock index a3f6ca0..d31ee1a 100644 --- a/flake.lock +++ b/flake.lock @@ -113,11 +113,11 @@ "uncss": "uncss" }, "locked": { - "lastModified": 1676669690, - "narHash": "sha256-JOQhAYEd5/kvUGBuaMY8cpWDE9jAMKLON9/E5S9ve0o=", + "lastModified": 1677169140, + "narHash": "sha256-Wu9rmSPeDhcHNydc3ZQQZOKSIxR72qlij9CnJ0M5Sp8=", "owner": "qaristote", "repo": "webpage", - "rev": "2fa3778f333a59c3e8af26205b921ad0a7d1168e", + "rev": "00a01a841334d65a6be21ed7f36626ec109918d3", "type": "github" }, "original": { -- cgit v1.2.3