diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index e19dcaa..672ad60 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -215,6 +215,12 @@ in { { size = "full"; widgets = [ + { + type = "server-stats"; + servers = [{ + type = "local"; + }]; + } { type = "monitor"; cache = "1m";