minor fix
This commit is contained in:
parent
b806a1865c
commit
b01dce80ef
4 changed files with 2 additions and 4 deletions
|
|
@ -216,7 +216,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Borg backup configuration
|
# Borg backup configuration
|
||||||
services.borgbackup-custom = {
|
services.borg-client-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
||||||
repositoryUrl = "ssh://borg-box/./hs";
|
repositoryUrl = "ssh://borg-box/./hs";
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Borg backup configuration
|
# Borg backup configuration
|
||||||
services.borgbackup-custom = {
|
services.borg-client-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
||||||
repositoryUrl = "ssh://borg-box/./vps";
|
repositoryUrl = "ssh://borg-box/./vps";
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
# options.services.borgbackup-custom = {
|
|
||||||
options.services.borg-client-custom = {
|
options.services.borg-client-custom = {
|
||||||
enable = mkEnableOption "Borg backup service";
|
enable = mkEnableOption "Borg backup service";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
# options.services.borgbackup-server = {
|
|
||||||
options.services.borg-server-custom = {
|
options.services.borg-server-custom = {
|
||||||
enable = mkEnableOption "Borg backup server";
|
enable = mkEnableOption "Borg backup server";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue