Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-05-15 14:32:49 +00:00
parent a7a96a6290
commit 5762c0559c

View file

@ -103,7 +103,7 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
services.openssh.settings = {
services.openssh = {
enable = true;
permitRootLogin = "no";
};