Browse Source

Fix value

main
parent
commit
8ac911cd04
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      modules/ssh.nix

2
README.org

@ -755,7 +755,7 @@ Apply some configuration to the default settings:
enable = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = "no";
PasswordAuthentication = false;
};
};
}

2
modules/ssh.nix

@ -6,7 +6,7 @@
enable = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = "no";
PasswordAuthentication = false;
};
};
}
Loading…
Cancel
Save