vps/shell.nix
2024-07-26 18:19:18 +02:00

15 lines
217 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [
ansible
ansible-lint
awscli
certbot
colmena
dig
openssl
caddy
shellcheck
git-crypt
opentofu
];
}