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

10 lines
252 B
Nix

{
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);
};
}