This commit is contained in:
parent
9bcf71bb27
commit
b4833f8eb5
8
nix/dungeon-master/home-manager/devops.nix
Normal file
8
nix/dungeon-master/home-manager/devops.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
terraform
|
||||
sops ssh-to-age age
|
||||
doctl
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user