minor fix
This commit is contained in:
parent
364bd36c24
commit
66f94c827c
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@
|
||||||
# Borg backup configuration
|
# Borg backup configuration
|
||||||
services.borg-client-custom = {
|
services.borg-client-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
repositoryUrl = "ssh://borg-server/./nfss";
|
repositoryUrl = "ssh://borg-box/./nfss";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
"/var/lib/mongodb"
|
"/var/lib/mongodb"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue