summaryrefslogtreecommitdiff
path: root/system/sshd.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-24 12:44:25 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-24 12:44:25 -0400
commitb69d6dd7f87db131fa62a16f9debb49ae7e87f79 (patch)
tree84b5824eb900f8d2c487524732ec229caec2f604 /system/sshd.nix
parentredo lib, make global vars for key lists (diff)
downloaddotfiles-nix-b69d6dd7f87db131fa62a16f9debb49ae7e87f79.tar.gz
dotfiles-nix-b69d6dd7f87db131fa62a16f9debb49ae7e87f79.tar.bz2
dotfiles-nix-b69d6dd7f87db131fa62a16f9debb49ae7e87f79.zip
fmt
Diffstat (limited to 'system/sshd.nix')
-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;