Migrate vaultwarden to flakes

This commit is contained in:
Vili Sinervä 2025-06-05 00:09:04 +03:00
parent 61227d07df
commit 0a557eadcb
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
3 changed files with 40 additions and 6 deletions

View file

@ -1,6 +1,9 @@
{ ... }:
{
imports = [ ./cert-store-client.nix ];
imports = [
./utils/nginx-https-server.nix
./utils/cert-store-client.nix
];
services = {
vaultwarden = {