Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-05-15 14:32:59 +00:00
parent 5762c0559c
commit 4a4726a8be

View file

@ -108,7 +108,7 @@
]; ];
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.settings = { services.openssh = {
enable = true; enable = true;
permitRootLogin = "no"; permitRootLogin = "no";
}; };