sbc: add kodi dir to borgmatic
This commit is contained in:
parent
6cc5637c36
commit
ed54ff619f
1 changed files with 14 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
custom = {
|
||||
profile = "sbc";
|
||||
desktop = "kodi";
|
||||
|
@ -24,7 +29,14 @@
|
|||
|
||||
borgmatic = {
|
||||
enable = true;
|
||||
sources = [config.custom.containers.directory];
|
||||
|
||||
sources =
|
||||
[
|
||||
config.custom.containers.directory
|
||||
]
|
||||
++ optionals config.home-manager.users.kodi.programs.kodi.enable [
|
||||
config.home-manager.users.kodi.programs.kodi.datadir
|
||||
];
|
||||
};
|
||||
|
||||
# netdata = {
|
||||
|
|
Loading…
Add table
Reference in a new issue