From ec0b23d373b48bc0c0315193ead093a4d4b5f613 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 8 Mar 2026 18:02:01 +0100 Subject: [PATCH] feat(hosts/server): adding the vault activation --- hosts/server/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 74c509e..60f8f62 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -58,6 +58,7 @@ in nextcloud = true; jellyfin = true; sso = true; + vault = true; }; forty_two.irc = false; web.portefolio = true;