add backup disk to homepage-dashboard

This commit is contained in:
wi11-holdsworth 2025-09-08 17:49:22 +10:00
parent 12892f3ffb
commit a63fd2189c

View file

@ -272,7 +272,10 @@ in
resources = { resources = {
cpu = true; cpu = true;
memory = true; memory = true;
disk = "/"; disk = [
"/"
"/backup"
];
cputemp = true; cputemp = true;
tempmin = 0; tempmin = 0;
tempmax = 100; tempmax = 100;