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 = { services.vaultwarden = {
enable = true; enable = true;
# TODO: Remove with next version bump # TODO: Remove with next version bump
webVaultPackage = pkgs.vaultwarden.webvault.override { webVaultPackage = pkgs.vaultwarden.webvault.override { python3 = pkgs.python311; };
python3 = pkgs.python311;
};
config = { config = {
ROCKET_PORT = 60001; ROCKET_PORT = 60001;
}; };