jellyfin and others
This commit is contained in:
parent
326acd2c65
commit
47456417f7
10 changed files with 228 additions and 94 deletions
22
modules/borgmatic/default.nix
Normal file
22
modules/borgmatic/default.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue