add PoC SP module for nextcloud

This commit is contained in:
Alexander Tomokhov
2023-11-15 22:26:04 +04:00
parent d281f51775
commit 41c3a0fc00
8 changed files with 94 additions and 70 deletions

View File

@@ -0,0 +1,9 @@
{
description = "PoC SP module for nextcloud";
outputs = { self }: {
nixosModules.default = import ./module.nix;
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
};
}