add backup disk to homepage-dashboard
This commit is contained in:
parent
12892f3ffb
commit
a63fd2189c
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue