move restic to SP module

This commit is contained in:
Alexander Tomokhov
2023-12-03 09:45:40 +04:00
parent c7419b3255
commit 4716b9bf19
6 changed files with 83 additions and 50 deletions

View File

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