This commit is contained in:
nora 2023-11-19 12:42:34 +01:00
parent 4ee2234937
commit 297f2f8841
4 changed files with 13 additions and 63 deletions

12
shell.nix Normal file
View file

@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [
ansible
ansible-lint
certbot
dig
openssl
caddy
shellcheck
git-crypt
];
}