aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-11-30 11:42:22 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-11-30 11:42:22 +0300
commitaf4f23d0a4b2fc2afeda17572d0f64db298d63ce (patch)
tree6105fd0a608a50108a06906d9c55ae845c7fa2f8 /machines
parent3b67986ff5be490588c00d9b8d3f17a10f3d5e2e (diff)
downloadnixsap-af4f23d0a4b2fc2afeda17572d0f64db298d63ce.tar.gz
vbox: make postgres for sproxy-web
Diffstat (limited to 'machines')
-rw-r--r--machines/vbox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/vbox.nix b/machines/vbox.nix
index 6844ff4..7ccb468 100644
--- a/machines/vbox.nix
+++ b/machines/vbox.nix
@@ -80,7 +80,7 @@ in {
"/root/.vbox-nixops-client-key"
];
- nixsap.apps.postgresql.fcebkl = mkIf apps.sproxy.enable {
+ nixsap.apps.postgresql.fcebkl = mkIf apps.sproxy-web.enable {
package = pkgs.postgresql95;
server = {
data_directory = "/postgresql/9.5/fcebkl";