Merge pull request 'moonlight: fix facts declaration' (#1072) from DavHau-dave into main
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user