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