From ece91afd15d48521d837c18e3cbd75a7c4a006b3 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 4 Oct 2024 14:00:55 -0400 Subject: [PATCH] Testing vault --- hosts/Parzival/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Parzival/default.nix b/hosts/Parzival/default.nix index 8033d85..153756c 100644 --- a/hosts/Parzival/default.nix +++ b/hosts/Parzival/default.nix @@ -18,5 +18,6 @@ services.vault = { enable = true; + address = "localhost:8200"; }; }