From e25859ed0aed08147978cf0479fde03fdbfbefd8 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Oct 2025 02:08:07 +0300 Subject: [PATCH] 123 --- nixosModules/users.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixosModules/users.nix b/nixosModules/users.nix index c286fc5..4a5676f 100755 --- a/nixosModules/users.nix +++ b/nixosModules/users.nix @@ -79,4 +79,6 @@ }; }; }; + + fileSystems."/etc/ssh".neededForBoot = true; }