workstation | fix openssh options which were renamed, added lapce
This commit is contained in:
parent
7f15c7fc00
commit
c8e6586d36
1 changed files with 3 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ in
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
passwordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
kbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
#permitRootLogin = "yes";
|
#permitRootLogin = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -191,6 +191,7 @@ in
|
||||||
khard
|
khard
|
||||||
kitty
|
kitty
|
||||||
ktimer
|
ktimer
|
||||||
|
lapce
|
||||||
lazygit
|
lazygit
|
||||||
libappindicator
|
libappindicator
|
||||||
libnotify
|
libnotify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue