aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";