add docker containers

This commit is contained in:
Satria 2026-03-05 19:09:48 +07:00
commit 992bff9ca1

View file

@ -228,7 +228,6 @@ in {
{
type = "to-do";
id = "tasks";
hide-header = true;
}
];
}
@ -252,6 +251,11 @@ in {
check-url = builtins.elemAt e 3;
}) services;
}
{
type = "docker-containers";
title = "Containers";
format-container-names = true;
}
];
}
];