From 7550e3a74a4f034a73f9f3b158c8b0dc40f48372 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 24 May 2024 17:19:22 -0500 Subject: [PATCH] refactor(nix/hosts/orion): disable openssh --- hosts/orion/modules/services/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/orion/modules/services/openssh.nix b/hosts/orion/modules/services/openssh.nix index 7ef90a70..07b6d304 100644 --- a/hosts/orion/modules/services/openssh.nix +++ b/hosts/orion/modules/services/openssh.nix @@ -1,7 +1,7 @@ { config, ... }: { services.openssh = { - enable = true; + enable = false; startWhenNeeded = true; # We set the hostkeys manually so they persist through reboots hostKeys = [