Merge branch 'master' of ssh://git.kempinger.at:2222/CrazyChaoz/NixOS-Configuration
This commit is contained in:
commit
249a3a1f3f
1 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Edit this configuration file to define what should be installed on
|
# Edit this configuration file to define what should be installed on
|
||||||
# your system. Help is available in the configuration.nix(5) man page, on
|
# your system. Help is available in the configuration.nix(5) man page, on
|
||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
|
|
@ -464,7 +464,7 @@
|
||||||
"--shm-size=512m"
|
"--shm-size=512m"
|
||||||
"--network=host"
|
"--network=host"
|
||||||
"--privileged"
|
"--privileged"
|
||||||
"--mount=type=tmpfs,target=/tmp/cache,tmpfs-size=4000000000"
|
"--mount=type=tmpfs,target=/tmp/cache,tmpfs-size=6000000000"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
containers.netflow2ng = {
|
containers.netflow2ng = {
|
||||||
|
|
@ -483,20 +483,20 @@
|
||||||
"--network=host"
|
"--network=host"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
containers.wud = {
|
# containers.wud = {
|
||||||
# Note: The image will not be updated on rebuilds, unless the version label changes
|
# # Note: The image will not be updated on rebuilds, unless the version label changes
|
||||||
image = "ghcr.io/getwud/wud";
|
# image = "ghcr.io/getwud/wud";
|
||||||
volumes = [
|
# volumes = [
|
||||||
"/var/run/podman/podman.sock:/var/run/docker.sock"
|
# "/var/run/podman/podman.sock:/var/run/docker.sock"
|
||||||
];
|
# ];
|
||||||
environment = {
|
# environment = {
|
||||||
WUD_SERVER_PORT = "8089";
|
# WUD_SERVER_PORT = "8089";
|
||||||
WUD_TRIGGER_COMMAND_LOCAL_CMD = "echo \${display_name} can be updated to \${update_kind_remote_value}";
|
# WUD_TRIGGER_COMMAND_LOCAL_CMD = "echo \${display_name} can be updated to \${update_kind_remote_value}";
|
||||||
};
|
# };
|
||||||
extraOptions = [
|
# extraOptions = [
|
||||||
"--network=host"
|
# "--network=host"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
services.ntopng = {
|
services.ntopng = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue