Enable ssh_askpass
This commit is contained in:
parent
70dca4d5df
commit
89ab03e0f7
|
@ -26,7 +26,6 @@
|
||||||
libnotify
|
libnotify
|
||||||
libarchive
|
libarchive
|
||||||
xdg-utils
|
xdg-utils
|
||||||
gcr
|
|
||||||
imagemagick
|
imagemagick
|
||||||
ffmpeg
|
ffmpeg
|
||||||
hunspell
|
hunspell
|
||||||
|
@ -60,6 +59,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
ssh.enableAskPassword = true;
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
xfconf.enable = true;
|
xfconf.enable = true;
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue