working postgresql installation

This commit is contained in:
Pim Kunis 2023-11-24 10:31:23 +01:00
parent 05e7f70bbc
commit fbf8bb2ad6
6 changed files with 121 additions and 3 deletions

View file

@ -11,6 +11,8 @@
hostCert = builtins.readFile ./jefke_host_ed25519-cert.pub;
userCert = builtins.readFile ./jefke_user_ed25519-cert.pub;
};
terraformDatabase.enable = true;
};
};
};