From 1ab8deff37bac08538c0d0cd18522eeaa7d80e0e Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 16 Dec 2021 14:01:10 +1000 Subject: [PATCH] refactor: nixos does not need to specify to install package if service is enabled --- Deployment-examples.md | 4 ---- 1 file changed, 4 deletions(-) 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 - ]; } ```