From 3820be9ef97c489a803d48425d781d6ddf9e5a6a Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 16 Jan 2023 16:10:12 +0100 Subject: [PATCH] tsuki: update matrix stickers --- hosts/tsuki/services/nginx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tsuki/services/nginx/default.nix b/hosts/tsuki/services/nginx/default.nix index 44a0f48..8bb5ce2 100644 --- a/hosts/tsuki/services/nginx/default.nix +++ b/hosts/tsuki/services/nginx/default.nix @@ -113,7 +113,7 @@ (proxy ["hydra"] "http://localhost:${s ports.hydra}" {}) ] ++ (let stickerpickers = pkgs.callPackage ../matrix/maunium-stickerpicker.nix { - inherit (inputs) maunium-stickerpicker; + inherit (inputs) maunium-stickerpicker secrets; }; in [ (host ["stickers-pingu"] { root = "${stickerpickers.stickers-pingu}/"; })