Enable backups on backup2

This commit is contained in:
asonix 2023-08-09 15:40:45 -05:00
parent 93c41bc533
commit 2dc556e212

View file

@ -916,7 +916,7 @@
firestar = { name, subvolumes }: {
name = "firestar-${name}";
primaryIp = "192.168.50.10";
primaryIp = "192.168.5.10";
mountDir = "/btrfs/${name}";
inherit subvolumes;
};
@ -924,9 +924,6 @@
makeRockPro64BackupConfig system {
hostname = "backup2";
selfIp = "192.168.20.191";
unlockMounts = false;
mountVolumes = false;
enableBackups = false;
backupHosts = (builtins.map firestar [
{
name = "hdd";