moonlight: fix facts declaration
All checks were successful
checks / check-links (pull_request) Successful in 15s
checks / checks-impure (pull_request) Successful in 1m50s
checks / checks (pull_request) Successful in 3m41s

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 = {
secrets."moonlight.key" = { };
secrets."moonlight.cert" = { };
facts."moonlight.cert" = { };
secret."moonlight.key" = { };
secret."moonlight.cert" = { };
public."moonlight.cert" = { };
generator.path = [
pkgs.coreutils
ms-accept