networking

This commit is contained in:
2026-01-19 19:36:09 -06:00
parent 761624c21c
commit b7763031dd
3 changed files with 23 additions and 1 deletions

View File

@@ -7,6 +7,12 @@
config = lib.mkIf (config.sysconfig.docker.portainer.enable && config.sysconfig.docker.enable) {
networking.firewall.interfaces = {
"ve-traefik" = {
allowedTCPPorts = [ 9000 ];
};
};
virtualisation.oci-containers.containers.portainer = {
image = "portainer/portainer-ce:latest";