chore: fix ssh warn

This commit is contained in:
notohh 2023-03-01 02:06:34 -05:00
parent 347556ea09
commit e4807df280
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -41,8 +41,8 @@
services.openssh = {
enable = true;
passwordAuthentication = true;
kbdInteractiveAuthentication = false;
PasswordAuthentication = true;
KbdInteractiveAuthentication = false;
};
services.fstrim = {
@ -58,8 +58,6 @@
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
neofetch
helix
lazygit
hugo
yt-dlp
];