From bb90d579edf80f1a51f81d19a6dd723d8582576c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 12 Dec 2022 09:23:54 +0000 Subject: [PATCH] feat: enable SSH service --- nixpkgs/nixos/apollo/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpkgs/nixos/apollo/configuration.nix b/nixpkgs/nixos/apollo/configuration.nix index b71de70..a980dec 100644 --- a/nixpkgs/nixos/apollo/configuration.nix +++ b/nixpkgs/nixos/apollo/configuration.nix @@ -136,7 +136,7 @@ in # 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 = [ ... ];