From fe6f3dc37ce0e799956555c7488602da5add2d00 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 14 Oct 2024 11:22:01 +0300 Subject: [PATCH] enable ssh --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index b702abb..198a921 100644 --- a/configuration.nix +++ b/configuration.nix @@ -165,7 +165,7 @@ # List services that you want to enable: # Enable the OpenSSH daemon. - # services.openssh.enable = true; + services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];