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 = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordAuthentication = true;
|
PasswordAuthentication = true;
|
||||||
kbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fstrim = {
|
services.fstrim = {
|
||||||
|
@ -58,8 +58,6 @@
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
neofetch
|
neofetch
|
||||||
helix
|
|
||||||
lazygit
|
|
||||||
hugo
|
hugo
|
||||||
yt-dlp
|
yt-dlp
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue