From bee01d218ab9c14d8caf30e3766de2cba9d3db62 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 27 Feb 2024 06:24:32 -0800 Subject: [PATCH] enable ssh --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index bbde38e..f6a1d33 100644 --- a/configuration.nix +++ b/configuration.nix @@ -168,7 +168,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 = [ ... ];