From e27d43df71dd820b3bf0d394a78ca116c7160422 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:41:24 +0200 Subject: [PATCH] Update --- hosts/laptop/secrets/default.nix | 2 +- hosts/laptop/secrets/{laptop.yaml => secrets.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/laptop/secrets/{laptop.yaml => secrets.yaml} (100%) 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