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

@@ -19,7 +19,13 @@
user = "root";
mode = "0664";
};
networking.firewall.interfaces = {
"ve-traefik" = {
allowedTCPPorts = [ 9001 ];
};
};
virtualisation.oci-containers.containers.pihole = {
image = "pihole/pihole:latest";