1
0
forked from clan/clan-core

moonlight: fix facts declaration

This commit is contained in:
DavHau 2024-04-01 17:44:22 +07:00
parent d075b18653
commit 1a3d5e1ad6

View File

@ -69,9 +69,9 @@ in
}; };
clanCore.facts.services.moonlight = { clanCore.facts.services.moonlight = {
secrets."moonlight.key" = { }; secret."moonlight.key" = { };
secrets."moonlight.cert" = { }; secret."moonlight.cert" = { };
facts."moonlight.cert" = { }; public."moonlight.cert" = { };
generator.path = [ generator.path = [
pkgs.coreutils pkgs.coreutils
ms-accept ms-accept