From e4b40ebf7231b6b4f7925ce84564538c4197c39f Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@sinanmohd.com>
Date: Tue, 31 Oct 2023 07:30:27 +0530
Subject: sops: update keyfile location

---
 common.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.nix b/common.nix
index 9e498ea..f4efa88 100644
--- a/common.nix
+++ b/common.nix
@@ -93,7 +93,7 @@ in
   # sops
   sops = {
     defaultSopsFile = ./hosts/${host}/secrets.yaml;
-    age.keyFile = "/var/secrets/sops-nix/keys.txt";
+    age.keyFile = "/var/secrets/sops.key";
   };
 
   # programs
-- 
cgit v1.2.3