Add devops tools
Some checks failed
SSH and echo to file / ssh (push) Has been cancelled

This commit is contained in:
Joey Hafner 2024-10-16 21:42:34 -07:00
parent 9bcf71bb27
commit b4833f8eb5
No known key found for this signature in database

View File

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
terraform
sops ssh-to-age age
doctl
];
}