add traefik basic nixos container config

This commit is contained in:
smayzy
2025-09-01 15:51:54 +02:00
parent ecdfd5867e
commit 6d70290289
4 changed files with 111 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
{
imports = [
./httpd.nix
./traefik.nix
./unbound.nix
];
}