mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
setup glances for homepage
This commit is contained in:
parent
87486c5637
commit
ce1910d0b8
2 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}:
|
||||
lib.mkIf config.user.overseer.enable {
|
||||
servicess.glances = {
|
||||
services.glances = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,7 +87,10 @@ lib.mkIf config.user.overseer.enable {
|
|||
}
|
||||
{
|
||||
glances = {
|
||||
url = "localhost:61208";
|
||||
url = "http://localhost:61208";
|
||||
version = 4;
|
||||
disk = "/";
|
||||
label = "Overseer";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue