diff --git a/hosts/laptop/secrets/default.nix b/hosts/laptop/secrets/default.nix index 0a80d8c..ad2a14f 100644 --- a/hosts/laptop/secrets/default.nix +++ b/hosts/laptop/secrets/default.nix @@ -5,7 +5,7 @@ sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt"; - defaultSopsFile = ./laptop.yaml; + defaultSopsFile = ./secrets.yaml; secrets = { sshconfig = { path = "/home/hadi/.ssh/config"; }; github-key = { path = "/home/hadi/.ssh/github"; }; diff --git a/hosts/laptop/secrets/laptop.yaml b/hosts/laptop/secrets/secrets.yaml similarity index 100% rename from hosts/laptop/secrets/laptop.yaml rename to hosts/laptop/secrets/secrets.yaml