diff --git a/hosts/lkk-nix-1/services/vaultwarden.nix b/hosts/lkk-nix-1/services/vaultwarden.nix new file mode 100644 index 0000000..27cce2d --- /dev/null +++ b/hosts/lkk-nix-1/services/vaultwarden.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: { + + services.vaultwarden = { + enable = true; + backupDir = "/var/backup/vaultwarden"; + environmentFile = "${config.age.secrets.vaultwarden-env.path}"; + }; +} diff --git a/secrets/vaultwarden-env.age b/secrets/vaultwarden-env.age new file mode 100644 index 0000000..83f2180 Binary files /dev/null and b/secrets/vaultwarden-env.age differ