8 lines
113 B
Nix
8 lines
113 B
Nix
{ lib, ... }:
|
|
{
|
|
config = {
|
|
shb.restic.databases."<name>".settings = {
|
|
repository = "";
|
|
};
|
|
};
|
|
}
|