selfprivacy-nixos-config/sp-modules/pleroma/flake.nix

10 lines
252 B
Nix
Raw Normal View History

2023-12-03 01:26:29 +02:00
{
description = "PoC SP module for Pleroma lightweight fediverse server";
outputs = { self }: {
nixosModules.default = import ./module.nix;
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
};
}