diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/vbox.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/vbox.nix b/machines/vbox.nix index a14af19..0e1a430 100644 --- a/machines/vbox.nix +++ b/machines/vbox.nix @@ -49,6 +49,11 @@ in { ssl_key = mkForce "${pkgs.fakeSSL}/key.pem"; }; + nixsap.apps.sproxy2 = { + ssl_cert = mkForce "${pkgs.fakeSSL}/cert.pem"; + ssl_key = mkForce "${pkgs.fakeSSL}/key.pem"; + }; + nixsap.apps.sproxy-web = { connectionString = mkForce "user=sproxy dbname=sproxy port=${toString apps.postgresql.fcebkl.server.port}"; }; |