summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/services/web/quentin/default.nix5
-rw-r--r--flake.lock6
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": {