From 7cb27b17ab7c84911eb0592ac743de4eea8a1bca Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 26 Mar 2024 12:58:47 -0300 Subject: [PATCH] feat: enable ssh port --- hosts/desktop/shared-configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/desktop/shared-configuration.nix b/hosts/desktop/shared-configuration.nix index 1d0b3e7..1865d73 100644 --- a/hosts/desktop/shared-configuration.nix +++ b/hosts/desktop/shared-configuration.nix @@ -155,7 +155,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 = [ ... ]; @@ -167,3 +167,5 @@ + +