server? server!

This commit is contained in:
nora 2023-08-25 22:31:10 +02:00
parent 8b8313b22e
commit 6bb17f9c65
8 changed files with 100 additions and 3 deletions

View file

@ -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
];
};
});