This commit is contained in:
parent
f5f23e1701
commit
9b21a82fe3
1 changed files with 0 additions and 15 deletions
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue