merge modules into one storage module
This commit is contained in:
parent
997d9bb0cb
commit
2804e764f5
7 changed files with 80 additions and 93 deletions
|
@ -18,8 +18,7 @@ in {
|
|||
package = pkgs.postgresql_15;
|
||||
enableTCPIP = true;
|
||||
|
||||
dataDir = lib.mkIf config.lab.dataDisk.enable
|
||||
"${config.lab.dataDisk.mountPoint}/postgresql/${config.services.postgresql.package.psqlSchema}";
|
||||
dataDir = "${config.lab.storage.dataMountPoint}/postgresql/${config.services.postgresql.package.psqlSchema}";
|
||||
|
||||
authentication = ''
|
||||
hostssl terraformstates terraform all cert
|
||||
|
|
Reference in a new issue