mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
style: reformat nixos example
@@ -46,8 +46,6 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp
|
|||||||
services.bitwarden_rs = {
|
services.bitwarden_rs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
backupDir = "/mnt/bitwarden";
|
backupDir = "/mnt/bitwarden";
|
||||||
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
WEB_VAULT_FOLDER = "${pkgs.bitwarden_rs-vault}/share/bitwarden_rs/vault";
|
WEB_VAULT_FOLDER = "${pkgs.bitwarden_rs-vault}/share/bitwarden_rs/vault";
|
||||||
WEB_VAULT_ENABLED = true;
|
WEB_VAULT_ENABLED = true;
|
||||||
@@ -76,7 +74,6 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bitwarden_rs-vault
|
bitwarden_rs-vault
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user