From eb9f037ed45db42f7e8460175b331cd460b8c453 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 29 Feb 2024 09:59:48 -0500 Subject: [PATCH] Update secrets --- hosts/common/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 40a86c9..d19efe3 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -5,11 +5,11 @@ let nix-secrets = builtins.fetchGit { url = "ssh://git@code.8bitbuddhism.com:22222/andre/nix-secrets.git"; ref = "main"; - rev = "a5b902f720e1e51df0f688b29d449c910468fb28"; + rev = "75076eba4de5d8539cc1a2a85bf3924c9ae4b7b9"; }; in{ imports = [ ../../modules "${nix-secrets}/default.nix" ]; -} \ No newline at end of file +}