From 56babf76005baff7c14c5549a7801dac1e59fe12 Mon Sep 17 00:00:00 2001 From: Hung Date: Thu, 23 Mar 2023 00:41:44 -0700 Subject: [PATCH] add sops --- .sops.yaml | 2 ++ dev-shell.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/.sops.yaml b/.sops.yaml index 772392f..8d30b9a 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -3,6 +3,7 @@ keys: - &htran age1jw958shpwu7st8sc4z0fufuswmfpxfc9wl3df9g3f3y57m45j92syr0mng - &bao age1umzkd4k0xt6uv5de85fpc4uztrph86nsd79h5f8cpuvtpy8n6adss7q2fv - &root_bao age1vx7e6vz9zptwqd0cakjj8erqv58cstddama8zcrppc36rqqmlvjs53x9u0 + - &htran1 age1vkd39dmrft3uk5wnfqppharn38dhrh78ev6pl85u005jhcge5e9qz4lt79 creation_rules: - path_regex: .* key_groups: @@ -11,4 +12,5 @@ creation_rules: - *htran-mbp - *bao - *root_bao + - *htran1 diff --git a/dev-shell.nix b/dev-shell.nix index a28a0e2..a2631fe 100644 --- a/dev-shell.nix +++ b/dev-shell.nix @@ -14,6 +14,7 @@ # shell scripts pkgs.rust4cargo pkgs.sops + pkgs.ssh-to-age ]; shellHook = ''