From 27bc717bfb53d030d3b35186cb3069bf91623049 Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Sun, 12 May 2024 00:16:54 +0200 Subject: [PATCH] Enabled SSH server --- hosts/p14s/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index e70783c..5b2cf9f 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -122,10 +122,10 @@ # 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 = [ ... ]; + # networking.firewall.allowedTCPPorts = [ 22 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;