mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@
|
|||||||
};
|
};
|
||||||
postgresql-folder = lib.mkOption {
|
postgresql-folder = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "${config.xlib.dirs.server-home}/Services/postgresql";
|
default = "${config.xlib.dirs.services-mnt-folder}/postgresql";
|
||||||
description = "PostgreSQL service folder.";
|
description = "PostgreSQL service folder.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user