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 = {
|
||||
image = "nicolargo/glances";
|
||||
ports = [
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
};
|
||||
staticConfigOptions = {
|
||||
log.level = "DEBUG";
|
||||
api.dashboard = true;
|
||||
api.dashboard = false;
|
||||
api.insecure = true;
|
||||
global = {
|
||||
checkNewVersion = false;
|
||||
|
|
Loading…
Reference in a new issue