syncthing

This commit is contained in:
m3tam3re 2023-02-21 14:53:05 +01:00
parent 0ad10eca88
commit 8c8587e59a
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
{ config, outputs, ... }: {
virtualisation.oci-containers.containers."cal" = {
image = "calcom.docker.scarf.sh/calcom/cal.com";
environmentFiles = [ config.age.secrets.littlelink-lanakk-env.path ];
ports = [ "3013:3000" ];
extraOptions = [ "--ip=10.88.0.23" ];
};
}