summaryrefslogtreecommitdiff
path: root/system/sshd.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/sshd.nix6
1 files changed, 5 insertions, 1 deletions
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;