workstation | fix openssh options which were renamed, added lapce

This commit is contained in:
Don Harper 2023-05-29 16:24:44 -05:00
parent 7f15c7fc00
commit c8e6586d36

View file

@ -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