From 5bef1a36a994c85b2dadbc935dee48acf31b83fe Mon Sep 17 00:00:00 2001 From: Ricardo Band Date: Mon, 12 Aug 2024 16:17:54 +0200 Subject: [PATCH] fix typing --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fa2376e..e996739 100644 --- a/flake.nix +++ b/flake.nix @@ -44,8 +44,8 @@ host=${cfg.ui.host} port=${toString cfg.ui.port} tls=${if cfg.ui.tls then "true" else "false"} - certificate=${cfg.ui.certificate} - key=${cfg.ui.key} + certificate=${toString cfg.ui.certificate} + key=${toString cfg.ui.key} [mpd] host=${cfg.backend.host}