From b77aa018ced9025cf8e583501de59d5b28237b82 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 30 May 2026 21:57:27 -0500 Subject: [PATCH] task | add password-store --- modules/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/default.nix b/modules/default.nix index 7df3044..6bfd709 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -2,6 +2,5 @@ imports = [ # ./beszel-agent.nix ./ollama.nix - ./pass.nix ]; }