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"; };