From 70363bdc488a52a1bf1cc084c0dcd747a02dd7ef Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 4 Oct 2025 20:15:40 +0200 Subject: [PATCH] Fix SSH daemon not starting --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8a04028..d74fc58 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,7 +26,7 @@ services.spice-vdagentd.enable = true; services.openssh = { - enable = false; + enable = true; startWhenNeeded = true; settings = { ## hardening