diff --git a/configuration.nix b/configuration.nix index f7dc274..6dc85f4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,8 +83,6 @@ # List services that you want to enable: # Enable the OpenSSH daemon. - services.openssh.enable = true; - services.openssh = { enable = true; ports = [ 22 ];