hosts/kazuki/vault: unbreak webvault
This commit is contained in:
parent
a1d60a6107
commit
fe2aacd20c
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
age.secrets.vault-cert-env = {
|
||||
file = ../../secrets/vault-cert-env.age;
|
||||
|
@ -7,6 +7,10 @@
|
|||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
# TODO: Remove with next version bump
|
||||
webVaultPackage = pkgs.vaultwarden.webvault.override {
|
||||
python3 = pkgs.python311;
|
||||
};
|
||||
config = {
|
||||
ROCKET_PORT = 60001;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue