mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
ryzen9: allow root
This commit is contained in:
parent
41ff80fed6
commit
0e62ba5d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
# permitRootLogin = "no"; -- distributed-build.nix requires it
|
||||
permitRootLogin = "prohibit-password"; # distributed-build.nix requires it
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
fail2ban = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue