From 0459a4755eeb2a8b41e498fa8daa7171f2efdaf0 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 05:47:30 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 05:47:30 --- configuration.nix | 3 --- modules/cli/ssh.nix | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 modules/cli/ssh.nix 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