add zfs volume description to backup-target

This commit is contained in:
2025-02-15 23:20:37 +01:00
parent 21b5233077
commit 6dc8e03bb9

View File

@@ -15,5 +15,13 @@
];
};
fileSystems."/mnt/backup" =
{
#depends = [ "/" ];
device = "BACKUP/backup";
fsType = "zfs";
options = [ "nofail" ];
};
networking.firewall.allowedTCPPorts = [ 22 ];
}