about summary refs log tree commit diff
path: root/hosts/commons/system/ssh.nix
blob: 0ecca805d0abd7574cf3f94c0e2e0abc1fdffc7d (plain) (blame)
1
2
3
4
5
{
  # Enable the OpenSSH daemon.
  services.openssh.enable = true;
  services.openssh.permitRootLogin = "yes";
}