summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--takemi.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/takemi.scm b/takemi.scm
index 8a8c1a8..0b74473 100644
--- a/takemi.scm
+++ b/takemi.scm
@@ -73,6 +73,10 @@
(service openssh-service-type
(openssh-configuration
(password-authentication? #f)
+ ;; So I can forward ports from my local host to
+ ;; the server and have the ports accessible from
+ ;; the internet.
+ (gateway-ports? #t)
(authorized-keys
`(("dave" ,dave-pub-key)
("publish" ,dave-pub-key)))))