Enable bitwarden admin

This commit is contained in:
Natsu Kagami 2023-08-10 20:49:16 +02:00
parent f03b88d591
commit b0ffe238e9
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 16 additions and 3 deletions

View file

@ -100,6 +100,9 @@
cloud.traefik.hosts.uptime-kuma-dtth = { host = "status.dtth.ch"; port = 16904; };
cloud.traefik.hosts.uptime-kuma-codefun = { host = "status.codefun.vn"; port = 16904; };
# Bitwarden
sops.secrets.vaultwarden-env = { };
cloud.bitwarden.envFile = config.sops.secrets.vaultwarden-env.path;
# Arion
virtualisation.arion.backend = "docker";