From c86c5a0d84fbcbe0b02dba3f2d1a50753d260fdc Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 4 Oct 2024 13:52:25 -0400 Subject: [PATCH] Testing vault --- hosts/Parzival/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Parzival/default.nix b/hosts/Parzival/default.nix index 10ca447..8033d85 100644 --- a/hosts/Parzival/default.nix +++ b/hosts/Parzival/default.nix @@ -15,4 +15,8 @@ sway.enable = true; packages.mudding.enable = true; packages.gaming.enable = true; + + services.vault = { + enable = true; + }; }