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 /config/services/web | |
| parent | 08200d99fd2bc3a3c8ca1e490e5341d3aa01f232 (diff) | |
web: quentin: visible text during webfont load moved to webpage implementation
Diffstat (limited to 'config/services/web')
| -rw-r--r-- | config/services/web/quentin/default.nix | 5 |
1 files changed, 1 insertions, 4 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 = '' |
