style: reformat nixos example

Joel
2021-12-16 14:00:03 +10:00
parent ce7d75b419
commit d188747687

@@ -46,8 +46,6 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp
services.bitwarden_rs = {
enable = true;
backupDir = "/mnt/bitwarden";
config = {
WEB_VAULT_FOLDER = "${pkgs.bitwarden_rs-vault}/share/bitwarden_rs/vault";
WEB_VAULT_ENABLED = true;
@@ -76,7 +74,6 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp
environment.systemPackages = with pkgs; [
bitwarden_rs-vault
];
}
```