treewide: formatting
This commit is contained in:
parent
fe2aacd20c
commit
82c86143a6
2 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue