Added todo comment to cinny

This commit is contained in:
Lillian Violet 2024-03-31 22:28:45 +02:00
parent 0402d804f3
commit 8ac96dcb1a

View file

@ -7,6 +7,7 @@
}: let
port = 2143;
in {
#TODO: set default server and disable changing that
virtualisation.oci-containers.containers."cinny" = {
autoStart = true;
ports = ["${toString port}:80"];