diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-23 17:23:33 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-23 17:23:33 +0100 |
| commit | 7eb550c3cc4285e195c8d73b136a85559970f698 (patch) | |
| tree | 8d0a50d591b1a71d7feb20f8b935913458ba85ec | |
| parent | 08200d99fd2bc3a3c8ca1e490e5341d3aa01f232 (diff) | |
web: quentin: visible text during webfont load moved to webpage implementation
| -rw-r--r-- | config/services/web/quentin/default.nix | 5 | ||||
| -rw-r--r-- | 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 = '' @@ -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": { |
