add loki base

This commit is contained in:
2024-11-16 21:55:50 -05:00
parent 9d8164f28d
commit 07af7d2cc2
5 changed files with 255 additions and 3 deletions

View File

@ -2,10 +2,17 @@
{
networking.firewall.allowedTCPPorts = [
# qbit
8081
8082
8443
# hydra
3000
# minio
8500
8501
];
}