generated from andy/linux-nixos-hyprland-config-dotfiles
Initial nixos config edits
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
{
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
AllowUsers = [ "xnm" ];
|
||||
AllowUsers = [ "andy" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user