mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
nix
This commit is contained in:
parent
4ee2234937
commit
297f2f8841
4 changed files with 13 additions and 63 deletions
12
shell.nix
Normal file
12
shell.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
ansible
|
||||
ansible-lint
|
||||
certbot
|
||||
dig
|
||||
openssl
|
||||
caddy
|
||||
shellcheck
|
||||
git-crypt
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue