diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-05-15 14:18:48 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-05-15 14:18:48 -0700 |
commit | 65cf415c29a027b6de155519bd0ee65d61774cbb (patch) | |
tree | 43f12af0cf37dacf91f2a847bf477dacb3826b58 /hosts/common/core | |
parent | 7392997c56f9188a8215a363011fc417fc1d9366 (diff) | |
download | nix-65cf415c29a027b6de155519bd0ee65d61774cbb.tar nix-65cf415c29a027b6de155519bd0ee65d61774cbb.tar.gz nix-65cf415c29a027b6de155519bd0ee65d61774cbb.tar.bz2 nix-65cf415c29a027b6de155519bd0ee65d61774cbb.tar.lz nix-65cf415c29a027b6de155519bd0ee65d61774cbb.tar.xz nix-65cf415c29a027b6de155519bd0ee65d61774cbb.tar.zst nix-65cf415c29a027b6de155519bd0ee65d61774cbb.zip |
Add sops-nix
Diffstat (limited to '')
-rw-r--r-- | hosts/common/core/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 8d1ccfc..2f8dc65 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -13,6 +13,7 @@ # inherit (pkgs) environment.systemPackages = with pkgs; [ acl + age bash bc bind @@ -65,7 +66,10 @@ rsync sg3_utils socat + sops sqlite + ssh-to-age + ssh-to-pgp stoken strace sysstat |