From b69d6dd7f87db131fa62a16f9debb49ae7e87f79 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Jun 2025 12:44:25 -0400 Subject: fmt --- system/sshd.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'system/sshd.nix') diff --git a/system/sshd.nix b/system/sshd.nix index d9e11f3..088bccb 100644 --- a/system/sshd.nix +++ b/system/sshd.nix @@ -1,4 +1,8 @@ -{config, self, ...}: { +{ + config, + self, + ... +}: { # sshd services.openssh = { enable = true; -- cgit v1.2.3-freya