feature(shan): add immich

This commit is contained in:
Nydragon 2024-10-07 13:18:10 +02:00
parent 2a33f1414c
commit 170a1950e7
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 8 additions and 2 deletions

View file

@ -69,7 +69,13 @@
"--login-server" "--login-server"
"https://hs.ccnlc.eu" "https://hs.ccnlc.eu"
]; ];
#useRoutingFeatures = "both"; useRoutingFeatures = "server";
};
immich = {
enable = true;
openFirewall = true;
host = "0.0.0.0";
}; };
}; };

View file

@ -17,7 +17,7 @@ in
dockerCompat = true; dockerCompat = true;
defaultNetwork.settings = { defaultNetwork.settings = {
# Required for container networking to be able to use names. # Required for container networking to be able to use names.
dns_enabled = true; dns_enabled = false;
}; };
}; };
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";