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 = {
cpu = true;
memory = true;
disk = "/";
disk = [
"/"
"/backup"
];
cputemp = true;
tempmin = 0;
tempmax = 100;