From 6ef6d633c76b94d330bd3f6c623a7acc29b5c6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Mon, 29 Jul 2024 12:10:10 +0200 Subject: [PATCH] enable ssh daemon --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 436892c..f9d8fcf 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -163,7 +163,7 @@ services.tailscale.enable = true; # Enable the OpenSSH daemon. - # services.openssh.enable = true; + services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];