This commit is contained in:
2025-10-07 10:28:31 +03:00
parent cbb7e9210b
commit 786327f6d2
5 changed files with 4 additions and 22 deletions
-10
View File
@@ -106,16 +106,6 @@
default = "/mnt/services";
description = "All services folder.";
};
immich-folder = lib.mkOption {
type = lib.types.str;
default = "${config.xlib.dirs.server-home}/Services/immich";
description = "Immich service folder.";
};
nextcloud-folder = lib.mkOption {
type = lib.types.str;
default = "${config.xlib.dirs.server-home}/Services/nextcloud";
description = "Nextcloud service folder.";
};
postgresql-folder = lib.mkOption {
type = lib.types.str;
default = "${config.xlib.dirs.server-home}/Services/postgresql";