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 }: let
port = 2143; port = 2143;
in { in {
#TODO: set default server and disable changing that
virtualisation.oci-containers.containers."cinny" = { virtualisation.oci-containers.containers."cinny" = {
autoStart = true; autoStart = true;
ports = ["${toString port}:80"]; ports = ["${toString port}:80"];