feat: add vaultwarden module

This commit is contained in:
tux
2026-08-07 04:13:42 +05:30
parent f0ba54b168
commit 82493de787
2 changed files with 74 additions and 0 deletions

View File

@@ -55,6 +55,12 @@
environmentFile = innerArgs.config.sops.secrets."mediaflow-proxy".path;
};
vaultwarden = {
enable = true;
port = 9999;
domain = "bw.lab.tux.rs";
};
};
virtualisation = {