Add graystripe to backup targets

This commit is contained in:
asonix 2023-08-12 12:47:52 -05:00
parent 2dc556e212
commit e0969c8ca6

View file

@ -920,6 +920,13 @@
mountDir = "/btrfs/${name}";
inherit subvolumes;
};
graystripe = {
name = "graystripe";
primaryIp = "192.168.5.9";
mountDir = "/btrfs/nvme";
subvoumes = [ "@" "@root" "@home" ];
};
in
makeRockPro64BackupConfig system {
hostname = "backup2";
@ -941,7 +948,7 @@
name = "nvme2";
subvolumes = [ "@games" ];
}
]) ++ (builtins.map k3sOld [
]) ++ [ graystripe ] ++ (builtins.map k3sOld [
{
ip = "192.168.20.120";
name = "k3s1";