diff options
Diffstat (limited to 'system/sshd.nix')
-rw-r--r-- | system/sshd.nix | 6 |
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; |