From ba09c5cfe30a2709553807b02713553453a02d4a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:07:48 +0200 Subject: [PATCH] fix --- home/system/sops/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/sops/server.nix b/home/system/sops/server.nix index 97b7d1d..732e2f6 100644 --- a/home/system/sops/server.nix +++ b/home/system/sops/server.nix @@ -5,7 +5,7 @@ sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt"; - defaultSopsFile = ../../../secrets/laptop.yaml; + defaultSopsFile = ../../../secrets/server.yaml; secrets = { sshconfig = { path = "/home/hadi/.ssh/config"; }; github-key = { path = "/home/hadi/.ssh/github"; };