mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
9 lines
136 B
Nix
9 lines
136 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.openssh = {
|
|
enable = true;
|
|
settings.PasswordAuthentication = false;
|
|
};
|
|
programs.mosh.enable = true;
|
|
} |