vaultwarden: drop patch included in 1.30.2

This commit is contained in:
Sandro - 2024-01-31 11:27:20 +01:00
parent 00fa8f1d17
commit 98ceffd961
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 14 deletions

View File

@ -29,20 +29,6 @@ in
'';
}];
nixpkgs.overlays = lib.mkIf cfg.recommendedDefaults [
(final: prev: {
vaultwarden = prev.vaultwarden.overrideAttrs ({ patches ? [ ], ... }: {
patches = patches ++ [
# add eu region push support
(final.fetchpatch {
url = "https://github.com/dani-garcia/vaultwarden/pull/3752.diff";
hash = "sha256-QWbuUotNss1TkIIW6c54Y7U7u2yLg2xHopEngtNawcc=";
})
];
});
})
];
services = {
nginx = lib.mkIf cfg.configureNginx {
upstreams.vaultwarden.servers."127.0.0.1:${toString config.services.vaultwarden.config.ROCKET_PORT}" = { };