From 52fee4da48335656e41367ebfa46e4a06995cef2 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 May 2024 04:12:35 +0000 Subject: [PATCH] refactor(nix/hosts/orion): enable `openssh` service --- 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 07b6d304..7ef90a70 100644 --- a/hosts/orion/modules/services/openssh.nix +++ b/hosts/orion/modules/services/openssh.nix @@ -1,7 +1,7 @@ { config, ... }: { services.openssh = { - enable = false; + enable = true; startWhenNeeded = true; # We set the hostkeys manually so they persist through reboots hostKeys = [