aboutsummaryrefslogblamecommitdiff
path: root/hosts/common/system/ssh.nix
blob: 0ecca805d0abd7574cf3f94c0e2e0abc1fdffc7d (plain) (tree)
1
2
3
4
5




                                           
{
  # Enable the OpenSSH daemon.
  services.openssh.enable = true;
  services.openssh.permitRootLogin = "yes";
}