This commit is contained in:
2025-10-26 19:34:40 +03:00
parent b8a1852795
commit c288fda489
+1 -1
View File
@@ -108,7 +108,7 @@
};
postgresql-folder = lib.mkOption {
type = lib.types.str;
default = "${config.xlib.dirs.server-home}/Services/postgresql";
default = "${config.xlib.dirs.services-mnt-folder}/postgresql";
description = "PostgreSQL service folder.";
};
};