mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
fix ssh
This commit is contained in:
parent
5e9a74280e
commit
c022eb979b
|
@ -15,7 +15,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
services = {
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# PermitRootLogin = "no"; # this is managed through authorized keys
|
||||
|
|
Loading…
Reference in a new issue