path refactoring

This commit is contained in:
2026-08-08 22:51:51 +03:00
parent 27d81a27e2
commit fe391211c4
5 changed files with 20 additions and 18 deletions
+5
View File
@@ -118,6 +118,11 @@
default = "/mnt/services";
description = "All services folder.";
};
services-nodes-folder = lib.mkOption {
type = lib.types.str;
default = "${config.xlib.dirs.services-mnt-folder}/nodes";
description = "All nodes folder.";
};
postgresql-folder = lib.mkOption {
type = lib.types.str;
default = "${config.xlib.dirs.services-mnt-folder}/postgresql";