From cb8cd986073a13a04b7ed12edf22f31599538218 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