jellyfin and others

This commit is contained in:
Markus Heurung 2025-04-11 13:13:32 +02:00
parent 326acd2c65
commit 47456417f7
10 changed files with 228 additions and 94 deletions

View file

@ -0,0 +1,22 @@
{
programs.borgmatic = {
enable = true;
backups = {
test = {
location = {
sourceDirectories = [
"/home/muhh/muhhmory"
];
repositories = [
"ssh://u455876@u455876.your-storagebox.de/./test"
];
};
storage = {
extraConfig = {
ssh_command = "ssh -p 23 -i ~/.ssh/id_ed25519";
};
};
};
};
};
}