treewide: formatting

This commit is contained in:
Nikodem Rabuliński 2024-07-20 18:31:14 +02:00
parent fe2aacd20c
commit 82c86143a6
2 changed files with 3 additions and 5 deletions

View file

@ -8,9 +8,7 @@
services.vaultwarden = {
enable = true;
# TODO: Remove with next version bump
webVaultPackage = pkgs.vaultwarden.webvault.override {
python3 = pkgs.python311;
};
webVaultPackage = pkgs.vaultwarden.webvault.override { python3 = pkgs.python311; };
config = {
ROCKET_PORT = 60001;
};