fix: enable backup1
This commit is contained in:
parent
fc4521750d
commit
4e44dc164a
2 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.borgbackup.jobs.backup1 = mkIf cfg.bs.enable {
|
||||
services.borgbackup.jobs.backup1 = mkIf cfg.backup1.enable {
|
||||
paths = "/";
|
||||
exclude = backupExcludes;
|
||||
repo = "borg@backup1.dadada.li:/mnt/storage/backups/${config.networking.hostName}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue