diff --git a/configuration.nix b/configuration.nix index f7322e0..4b971b9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,9 +55,6 @@ # List services that you want to enable: - # Enable the OpenSSH daemon. - services.openssh.enable = true; - # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; diff --git a/modules/cli/ssh.nix b/modules/cli/ssh.nix new file mode 100644 index 0000000..dba27db --- /dev/null +++ b/modules/cli/ssh.nix @@ -0,0 +1,4 @@ +{ + # Enable the OpenSSH daemon. + services.openssh.enable = true; +} \ No newline at end of file