mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
server? server!
This commit is contained in:
parent
8b8313b22e
commit
6bb17f9c65
8 changed files with 100 additions and 3 deletions
|
|
@ -25,7 +25,6 @@
|
|||
pythonPkgs = python.withPackages (ps: with ps; [
|
||||
virtualenv
|
||||
pip
|
||||
ansible-core
|
||||
]);
|
||||
in
|
||||
pkgs.mkShell {
|
||||
|
|
@ -34,6 +33,8 @@
|
|||
pythonPkgs
|
||||
ansible
|
||||
ansible-lint
|
||||
certbot
|
||||
dig
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue