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