Add borg server module

This commit is contained in:
Yan Lin 2025-09-13 21:16:33 +02:00
parent b18c5b4bec
commit 3b3c58b346
4 changed files with 198 additions and 2 deletions

View file

@ -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";
};
};
};
};
}