chore: fix ssh warn
This commit is contained in:
parent
347556ea09
commit
e4807df280
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue