Setup and utilize SOPS

This commit is contained in:
Gene Liverman 2023-12-18 15:34:47 -05:00
parent 0fc27eb75f
commit 5ab4df18b2
14 changed files with 213 additions and 14 deletions

View file

@ -7,6 +7,7 @@
"/share/zsh"
];
systemPackages = with pkgs; [
age
coreutils
hugo
mas
@ -14,6 +15,8 @@
nodejs
nodePackages.npm
openjdk
sops
ssh-to-age
];
};