yuki: remove glances
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2024-01-25 09:04:54 -05:00
parent f5f23e1701
commit 9b21a82fe3
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,15 +0,0 @@
_: {
networking.firewall.allowedTCPPorts = [61208 61209];
virtualisation.oci-containers.containers.glances = {
image = "nicolargo/glances";
ports = [
"61208-61209:61208-61209"
];
volumes = [
"/var/run/docker.sock:/var/run/docker.sock"
];
environment = {
GLANCES_OPT = "-w";
};
};
}