0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 15:08:58 +02:00

refactor: nixos does not need to specify to install package if service is enabled

Joel 2021-12-16 14:01:10 +10:00
parent d188747687
commit 1ab8deff37

@ -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
];
}
```