fix(home): ansible with dnspython
This commit is contained in:
parent
9e01a1f6fa
commit
d0d20657f3
|
@ -1,7 +1,10 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
python3
|
||||
(python3.withPackages(ps: with ps; [
|
||||
ansible
|
||||
dnspython
|
||||
]))
|
||||
killall
|
||||
htop
|
||||
mosh
|
||||
|
@ -32,7 +35,6 @@
|
|||
glow
|
||||
ffmpeg
|
||||
# devOps
|
||||
ansible
|
||||
nixopsUnstable
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue