mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
15 lines
217 B
Nix
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
|
|
];
|
|
}
|