Compare commits
2 commits
9b21a82fe3
...
ef0d474c1b
Author | SHA1 | Date | |
---|---|---|---|
ef0d474c1b | |||
fed5f285c1 |
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
_: {
|
_: {
|
||||||
networking.firewall.allowedTCPPorts = [61208 61209];
|
|
||||||
virtualisation.oci-containers.containers.glances = {
|
virtualisation.oci-containers.containers.glances = {
|
||||||
image = "nicolargo/glances";
|
image = "nicolargo/glances";
|
||||||
ports = [
|
ports = [
|
||||||
|
|
|
@ -186,7 +186,7 @@
|
||||||
};
|
};
|
||||||
staticConfigOptions = {
|
staticConfigOptions = {
|
||||||
log.level = "DEBUG";
|
log.level = "DEBUG";
|
||||||
api.dashboard = true;
|
api.dashboard = false;
|
||||||
api.insecure = true;
|
api.insecure = true;
|
||||||
global = {
|
global = {
|
||||||
checkNewVersion = false;
|
checkNewVersion = false;
|
||||||
|
|
Loading…
Reference in a new issue