From ec4089256010fceb9e30829369aee1f8bde37d28 Mon Sep 17 00:00:00 2001 From: alexion Date: Mon, 20 Jul 2026 09:29:13 -0400 Subject: [PATCH] refactor(ssh): flatten the module to a single file Every module folder here carries companion files alongside its .nix. This one has none, so the folder added a level for nothing. --- modules/{ssh => }/ssh.nix | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename modules/{ssh => }/ssh.nix (100%) diff --git a/modules/ssh/ssh.nix b/modules/ssh.nix similarity index 100% rename from modules/ssh/ssh.nix rename to modules/ssh.nix