From 800a2c213d5777b58948517458f75fc353ff0821 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Wed, 8 Nov 2023 09:27:23 -0700 Subject: [PATCH] webfortune: update Signed-off-by: Sumner Evans --- flake.lock | 6 +++--- modules/services/webfortune.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2f05ab5..c31e596 100644 --- a/flake.lock +++ b/flake.lock @@ -66,11 +66,11 @@ ] }, "locked": { - "lastModified": 1699458242, - "narHash": "sha256-khZACvN8CwU1lpwzb4VrcTAIQO47PViI//9nST2zPbU=", + "lastModified": 1699474665, + "narHash": "sha256-UZY+XP/mkD08LCK7BqVxs9XNs9y8PhLdd3p1EGd+3po=", "owner": "sumnerevans", "repo": "webfortune", - "rev": "6b61d41f3aaf7b40a5b0073892bdbc5c80c7a8f3", + "rev": "acbabffbc63cfe687221d70c5ce60f190306a099", "type": "github" }, "original": { diff --git a/modules/services/webfortune.nix b/modules/services/webfortune.nix index cf27f1a..846d2d6 100644 --- a/modules/services/webfortune.nix +++ b/modules/services/webfortune.nix @@ -48,6 +48,7 @@ in QUOTESFILE = cfg.quotesfile; QUOTESFILE_SOURCE_URL = cfg.sourceUrl; LISTEN_ADDR = cfg.listenAddr; + PLAUSIBLE_DOMAIN = cfg.virtualHost; }; serviceConfig = { ExecStart = "${inputs.webfortune.packages.${pkgs.system}.webfortune}/bin/webfortune";