From 389becf9700d3dee7f09073ce4d235fc7c30b5c8 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 5 May 2024 14:28:31 +0300 Subject: 2024-05-05 --- modules/vaultwarden.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/vaultwarden.nix') diff --git a/modules/vaultwarden.nix b/modules/vaultwarden.nix index 2cacb6c..edce8e5 100644 --- a/modules/vaultwarden.nix +++ b/modules/vaultwarden.nix @@ -2,6 +2,7 @@ config, inputs, lib, + this, ... }: with lib; @@ -141,5 +142,11 @@ in }; }; }; + + topology = with cfg; { + nodes.${this.hostname}.services.vaultwarden = { + info = mkForce domain; + }; + }; }; } -- cgit v1.2.3