From 1a3d5e1ad6829a1d5ec1a7497b96111e7fe986a2 Mon Sep 17 00:00:00 2001 From: DavHau Date: Mon, 1 Apr 2024 17:44:22 +0700 Subject: [PATCH] moonlight: fix facts declaration --- clanModules/moonlight.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clanModules/moonlight.nix b/clanModules/moonlight.nix index 35d74348..2077d4f1 100644 --- a/clanModules/moonlight.nix +++ b/clanModules/moonlight.nix @@ -69,9 +69,9 @@ in }; clanCore.facts.services.moonlight = { - secrets."moonlight.key" = { }; - secrets."moonlight.cert" = { }; - facts."moonlight.cert" = { }; + secret."moonlight.key" = { }; + secret."moonlight.cert" = { }; + public."moonlight.cert" = { }; generator.path = [ pkgs.coreutils ms-accept