selfhostblocks/modules/blocks/restic/dummyModule.nix
2024-11-12 21:25:36 +01:00

8 lines
113 B
Nix

{ lib, ... }:
{
config = {
shb.restic.databases."<name>".settings = {
repository = "";
};
};
}