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 = {
|
||||
cpu = true;
|
||||
memory = true;
|
||||
disk = "/";
|
||||
disk = [
|
||||
"/"
|
||||
"/backup"
|
||||
];
|
||||
cputemp = true;
|
||||
tempmin = 0;
|
||||
tempmax = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue