From cd746fd951e64eaab359d398f8f9864014b36282 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 35d74348f..2077d4f1d 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