This commit is contained in:
2025-07-24 15:46:37 +03:00
parent b7268f5f54
commit d0219a976b
3 changed files with 8 additions and 5 deletions
+1 -4
View File
@@ -7,16 +7,13 @@
}:
{
services = {
# postgresql = {
# enable = lib.mkDefault true;
# };
immich = {
enable = true;
port = 2283;
host = "0.0.0.0";
openFirewall = true;
accelerationDevices = null;
machine-learning.enable = false;
machine-learning.enable = true;
mediaLocation = "/mnt/immich";
};
};
+6
View File
@@ -7,6 +7,12 @@
}:
{
services = {
nextcloud-whiteboard-server = {
enable = true;
settings = {
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru/";
};
};
nextcloud = {
enable = true;
package = pkgs.nextcloud31;
+1 -1
View File
@@ -8,7 +8,7 @@
{
services = {
nginx = {
enable = true;
enable = false;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;