22.11 format for ssh settings

This commit is contained in:
Aode 2023-02-20 09:51:39 -06:00
parent 30e813c9c4
commit 1545c61916

View file

@ -21,7 +21,7 @@
{
services.openssh = {
enable = true;
settings.PermitRootLogin = "no";
permitRootLogin = "no";
};
}
];