diff --git a/Deployment-examples.md b/Deployment-examples.md index 16d3e24..13ce5eb 100644 --- a/Deployment-examples.md +++ b/Deployment-examples.md @@ -70,10 +70,6 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp ROCKET_PORT = 8812; }; }; - - environment.systemPackages = with pkgs; [ - bitwarden_rs-vault - ]; } ```