Add borg server module
This commit is contained in:
parent
b18c5b4bec
commit
3b3c58b346
4 changed files with 198 additions and 2 deletions
|
|
@ -57,6 +57,16 @@
|
|||
port = 23;
|
||||
};
|
||||
|
||||
"borg-backup" = {
|
||||
hostname = "10.2.2.30";
|
||||
user = "borg";
|
||||
identityFile = "~/.ssh/keys/borg-backup";
|
||||
proxyJump = "vps";
|
||||
setEnv = {
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue