summaryrefslogblamecommitdiff
path: root/os/server/configuration.nix
blob: 8b1e5e932c4fe00d477d362adc8da3a39b51b745 (plain) (tree)
1
2
3
4
5
6





                                            
{ ... }: {
  services.openssh = {
    enable = true;
    settings.PasswordAuthentication = false;
  };
}