From 58a154216dc3be7f972b1fa778729752b120ea23 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 21 Nov 2023 00:07:18 -0700 Subject: open ssh to recieve scp from build server (doretta) --- machines/khad/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index 5806dbe..7527c7d 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -129,7 +129,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 = [ ... ]; -- cgit v1.2.3